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

15
tox.ini
View File

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