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

View File

@@ -10,7 +10,6 @@ python:
- pypy
matrix:
allow_failures:
- python: pypy
- env: TOXENV=cov
include:
- python: 3.5

20
tox.ini
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