added xdist to app veyor...let's see how this goes

This commit is contained in:
Erin O'Connell
2017-09-24 23:24:14 -06:00
parent 42d85513d4
commit 74644c4215
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -7,7 +7,4 @@ sphinx = "<=1.5.5"
"-e ." = "*"
twine = "*"
"sphinx-click" = "*"
"pytest-xdist" = {version = "*", os_name = "=='posix'"}
"pytest-xdist" = *
+1 -1
View File
@@ -52,4 +52,4 @@ install:
- "pipenv install --system --dev --skip-lock"
test_script:
- "pytest tests/test_pipenv.py tests/test_project.py tests/test_utils.py"
- "pipenv run pytest -n 8 tests/test_pipenv.py tests/test_project.py tests/test_utils.py"