summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2019-12-06 14:14:59 -0800
committerGitHub <noreply@github.com>2019-12-06 14:14:59 -0800
commit6d3a2188e0ae793a9f45de735a5cf515613dba27 (patch)
tree0f4b04421f8794c4aba1900238dbc4b4e08b36fb /tox.ini
parenta54ea98feed0a7593475b94de3a359e9e1fe8fdb (diff)
parentabd4aea3ace3deb2e1b8db7bae12e1a798301032 (diff)
downloadappdirs-6d3a2188e0ae793a9f45de735a5cf515613dba27.tar.gz
Merge pull request #126 from jdufresne/py38
Add Python 3.8 to the test matrix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 461569e..524448b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, pypy, py34, py35, py36, py37, pypy3
+envlist = py{27,py,34,35,36,37,38,py3}
[testenv]
commands = python setup.py test