tox: add pypy to envlist for tox-travis

Fixes deprecation warning
(https://travis-ci.org/davidhalter/parso/jobs/431468986).
This commit is contained in:
Daniel Hahler
2018-09-21 14:38:45 +02:00
committed by Dave Halter
parent d6d6c5038f
commit 98c02f7d79

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36, py37
envlist = py27, py33, py34, py35, py36, py37, pypy
[testenv]
extras = testing
deps =