diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-10-17 17:00:12 -0700 |
---|---|---|
committer | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-10-17 19:00:12 -0500 |
commit | b67b510ecbb41ac73a8dbfc514caebcd31a57944 (patch) | |
tree | a6d019d67ed2cd2a247ab486374ebfd9e20bda7b | |
parent | 3fcb97e22c2e87f56af3fa00eb7e7dacec780d2c (diff) | |
download | pyparsing-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist=pypy3, py35, py36, py37 +envlist=py{35,36,37,38,py3} [testenv] deps=-rrequirements-dev.txt |