mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-17 14:00:03 +08:00
Add pypy to the tests on travis.
This commit is contained in:
@@ -10,7 +10,6 @@ python:
|
|||||||
- pypy
|
- pypy
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: pypy
|
|
||||||
- env: TOXENV=cov
|
- env: TOXENV=cov
|
||||||
include:
|
include:
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
|
|||||||
@@ -11,26 +11,6 @@ setenv =
|
|||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs:parso test}
|
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]
|
[testenv:cov]
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user