summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Käufl <michael-k@users.noreply.github.com>2018-09-10 19:51:32 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-10-21 12:24:21 +0200
commit8fc6563219017354bdfbc1bf62ec3a43ad6febcb (patch)
tree100f8b6bb47aa6f1cb934157fe1cc41b2a0e305a /tox.ini
parenta1634dc48b39ecca11dc39fd8bbf9f1d8f1b7be6 (diff)
downloadgitpython-8fc6563219017354bdfbc1bf62ec3a43ad6febcb.tar.gz
Document support for Python 3.7
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 ed09c08b..eb2fe834 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,flake8
+envlist = py27,py34,py35,py36,py37,flake8
[testenv]
commands = nosetests {posargs}