summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 14:32:28 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 14:32:28 -0600
commit9e47352575d9b0a453770114853620e8342662fb (patch)
treef4cd8fcc1a81345d102091c04cf14c2dc562cb1a /tox.ini
parente4a83ff7910dc3617583da7e0965cd48a69bb669 (diff)
downloadgitpython-9e47352575d9b0a453770114853620e8342662fb.tar.gz
Add support for Python 3.8
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 36048fbc..df929a76 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py35,py36,py37,flake8
+envlist = py34,py35,py36,py37,py38,flake8
[testenv]
commands = nosetests {posargs}