Also test on Python 3.7 and 3.8 via Tox

This commit is contained in:
cn
2020-08-09 02:15:20 +02:00
committed by cn
parent b36d259ae1
commit 28ebcb63a5
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35},qa
envlist = py{27,35,37,38},qa
skip_missing_interpreters = True
[testenv]