Nuke the rply git checkout from tox.ini

This commit is contained in:
Nicolas Dandrimont 2013-12-23 15:31:36 +01:00
parent 761926df95
commit 744cd71171
1 changed files with 5 additions and 10 deletions

15
tox.ini
View File

@ -5,8 +5,7 @@ commands = nosetests
deps =
nose
setuptools
-e
git+https://github.com/hylang/rply.git#egg=rply
rply
[testenv:pypy]
commands = nosetests
@ -14,8 +13,7 @@ deps =
astor
nose
setuptools
-e
git+https://github.com/hylang/rply.git#egg=rply
rply
[testenv:py27]
commands = nosetests
@ -23,8 +21,7 @@ deps =
astor
nose
setuptools
-e
git+https://github.com/hylang/rply.git#egg=rply
rply
[testenv:py26]
deps =
@ -33,12 +30,10 @@ deps =
setuptools
unittest2
importlib
-e
git+https://github.com/hylang/rply.git#egg=rply
rply
[testenv:flake8]
deps =
flake8
-e
git+https://github.com/hylang/rply.git#egg=rply
rply
commands = flake8 hy bin tests