summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--requirements/test.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f6a0232e..63e1802e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,9 +24,9 @@ matrix:
- env: TOXENV=pydocstyle
install:
- - pip install -U pip setuptools wheel | cat
+ - pip install -U pip setuptools wheel | cat
- pip install -U tox | cat
-script: tox -v -- -v
+script: tox -v -- -v -n 2
after_success:
- .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml
- .tox/$TRAVIS_PYTHON_VERSION/bin/codecov -e TOXENV
diff --git a/requirements/test.txt b/requirements/test.txt
index 757335b9..6b564660 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -2,3 +2,4 @@ pytz>dev
case>=1.5.2
pytest
pytest-sugar
+pytest-xdist