Added pypy3 support back

This commit is contained in:
John Anderson
2015-07-16 09:58:15 -07:00
parent 88b9fc556e
commit aca08b51ff
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
install:
- travis_retry pip install tox

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, pypy, py33, py34, docs, flake8
envlist = py26, py27, pypy, pypy3, py33, py34, docs, flake8
[testenv]
commands =