Add Python 3.5 and 3.6 (#188)

This commit is contained in:
Hugo 2017-01-02 21:07:21 +01:00 committed by GitHub
parent 852d575415
commit b410ae8b8d
3 changed files with 32 additions and 14 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py34, py27, pypy, pypy3
envlist = py27, py36, py35, py34, pypy, pypy3
recreate = False
[testenv]