aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 9d86da0..ed27494 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,17 @@
[tox]
envlist =
- py26,
py27,
- py32,
- py33,
py34,
py35,
+ py36,
+ py37,
+ py38,
pep8,
[testenv]
deps =
pytest
-commands = py.test {posargs}
+commands = pytest {posargs}
[testenv:pep8]
deps =