aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index d66c3f5..232b10b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,16 @@
[tox]
distshare={homedir}/.tox/distshare
-envlist=py{26,27,34,35,36}
+envlist=py{27,36,37,38}
skip_missing_interpreters=true
indexserver=
pypi = https://pypi.python.org/simple
[testenv]
commands=
- py.test timeout_decorator tests --pep8
-deps =
- py32: pytest<3.0
- py{26,27,34,35,36}: pytest>=3.0
- pytest-pep8==1.0.6
+ py.test timeout_decorator tests
+deps =
+ pytest
+ pytest-pep8
[pytest]
addopts = -vvl