Add pypy to the tests on travis.

This commit is contained in:
Dave Halter
2017-08-06 18:25:40 +02:00
parent 2322b3aed3
commit 13cc39c3f0
2 changed files with 0 additions and 21 deletions
-20
View File
@@ -11,26 +11,6 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
commands =
py.test {posargs:parso test}
[testenv:py26]
deps =
unittest2
{[testenv]deps}
[testenv:py27]
deps =
# for testing the typing module
typing
{[testenv]deps}
[testenv:py33]
deps =
typing
{[testenv]deps}
[testenv:py34]
deps =
typing
{[testenv]deps}
[testenv:py35]
deps =
{[testenv]deps}
[testenv:cov]
deps =
coverage