summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 077689d0..077d4c1f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,12 +84,13 @@ commands =
twine check dist/*
python -m pylint --notes= -j 4 {env:LINTABLE}
-[travis]
-#2.7: py27, lint
+[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
+ 3.8: py38
+ 3.9: py39
pypy: pypy
- pypy3.5: pypy3
+ pypy3: pypy3