diff --git a/.travis.yml b/.travis.yml index d0b3804..e355da6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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