depend on py, not pylib distro
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -15,7 +15,7 @@ deps=
|
||||
[testenv:genscript]
|
||||
changedir=.
|
||||
commands= py.test --genscript=pytest1
|
||||
deps=pylib
|
||||
deps=py>=1.4.0a2
|
||||
|
||||
[testenv:py27-xdist]
|
||||
changedir=.
|
||||
@@ -41,7 +41,7 @@ commands=
|
||||
make html
|
||||
|
||||
[testenv:py31]
|
||||
deps=pylib
|
||||
deps=py>=1.4.0a2
|
||||
|
||||
[testenv:py31-xdist]
|
||||
deps=pytest-xdist
|
||||
@@ -50,7 +50,7 @@ commands=
|
||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||
|
||||
[testenv:py32]
|
||||
deps=pylib
|
||||
deps=py>=1.4.0a2
|
||||
|
||||
[testenv:pypy]
|
||||
basepython=pypy-c
|
||||
|
||||
Reference in New Issue
Block a user