Add python 3.6 and pypy3 to the list of test envs

This commit is contained in:
Roman Mogilatov 2017-01-29 23:43:10 +02:00
parent 9bb9cf8833
commit 1edce9a59d
2 changed files with 3 additions and 2 deletions

View File

@ -18,5 +18,6 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=pypy
# - TOXENV=pypy3
- TOXENV=pypy3

View File

@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, pypy, pypy3
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, py36, pypy, pypy3
[testenv]
deps=