summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-17 17:00:12 -0700
committerPaul McGuire <ptmcg@users.noreply.github.com>2019-10-17 19:00:12 -0500
commitb67b510ecbb41ac73a8dbfc514caebcd31a57944 (patch)
treea6d019d67ed2cd2a247ab486374ebfd9e20bda7b
parent3fcb97e22c2e87f56af3fa00eb7e7dacec780d2c (diff)
downloadpyparsing-git-b67b510ecbb41ac73a8dbfc514caebcd31a57944.tar.gz
Add Python 3.8 to the tox matrix (#135)
Allows contributors to easily run the full test matrix locally. Python 3.8 was released on on October 14th, 2019. https://docs.python.org/3/whatsnew/3.8.html
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 572a2c7..888a816 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=pypy3, py35, py36, py37
+envlist=py{35,36,37,38,py3}
[testenv]
deps=-rrequirements-dev.txt