depend on py, not pylib distro

This commit is contained in:
holger krekel
2010-11-23 17:21:34 +01:00
parent 4fa7a2e8ce
commit 11e8e5570e
3 changed files with 7 additions and 7 deletions

View File

@@ -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