Trying with fewer cores because travis goes crazy.

This commit is contained in:
Michael Lazar
2016-08-11 01:29:03 -07:00
parent 720a62faf6
commit 7c2fcade83

View File

@@ -10,6 +10,6 @@ install:
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- coverage run -m py.test -v -n auto
- coverage run -m py.test -v -n 4
after_success:
- coveralls