summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8b75d39..d221da7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,9 @@
[tox]
-envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
+envlist = py26,py27,py32,py33,py34,py35,py36,py37,pypy,pypy3
[testenv]
deps =
- py{35,36}: distro
+ py{35,py36,py37}: distro
setuptools>=20
pytest
pytest-cov
@@ -64,4 +64,4 @@ exclude =
# See https://github.com/ryanhiebert/tox-travis#advanced-configuration
[travis]
python =
- 2.7: py27, lint
+ 3.6: py36, lint