Add pytest-xdist to the travis build.

This commit is contained in:
Michael Lazar
2016-08-11 01:18:41 -07:00
parent bd7c63cd5f
commit 720a62faf6
2 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ python:
- "3.4"
- "3.5"
before_install:
- pip install coveralls pytest coverage mock pylint vcrpy
- pip install coveralls pytest pytest-xdist coverage mock pylint vcrpy
install:
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- coverage run -m py.test -v
- coverage run -m py.test -v -n auto
after_success:
- coveralls