Add pypy3 to tox and TravisCI tests

This commit is contained in:
Rémi Alvergnat
2018-05-21 23:11:02 +02:00
parent 5c647148dd
commit 29311bcb01
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ python:
- 3.4
- 3.5
- 3.6
- pypy-5.4.1
- pypy
- pypy3
install:
- pip install pip --upgrade
- pip install -e .[dev,test]
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,pypy
envlist = py27,py34,py35,py36,pypy2,pypy
[testenv]
commands =