Merge pull request #2874 from nicoddemus/fix-py27-xdist-envs-2843

Change directory for py27 xdist-related envs
This commit is contained in:
Ronny Pfannschmidt 2017-10-30 17:09:34 +01:00 committed by GitHub
commit cd747c48a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -64,8 +64,9 @@ deps =
mock
nose
hypothesis>=3.5.2
changedir=testing
commands =
pytest -n1 -rfsxX {posargs:testing}
pytest -n1 -rfsxX {posargs:.}
[testenv:py36-xdist]
deps = {[testenv:py27-xdist]deps}
@ -91,10 +92,11 @@ deps =
pytest-xdist>=1.13
hypothesis>=3.5.2
distribute = true
changedir=testing
setenv =
PYTHONDONTWRITEBYTECODE=1
commands =
pytest -n3 -rfsxX {posargs:testing}
pytest -n3 -rfsxX {posargs:.}
[testenv:py27-trial]
deps = twisted