Nuke the rply git checkout from tox.ini
This commit is contained in:
parent
761926df95
commit
744cd71171
15
tox.ini
15
tox.ini
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user