summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-03-18 22:47:18 +0200
committerHugo <hugovk@users.noreply.github.com>2018-03-18 22:47:18 +0200
commit80b038f8d8c7c67c148ebd7a5f7a0cb39541b761 (patch)
tree0aa046133f185069cc74fd16e97ef5f3edcbef0a /tox.ini
parentf773b4cedad84da3ab3f548a6293dca7a0ec2707 (diff)
downloadgitpython-80b038f8d8c7c67c148ebd7a5f7a0cb39541b761.tar.gz
Drop support for EOL Python 3.3
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 21e91c7d..ed09c08b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34,py35,py36,flake8
+envlist = py27,py34,py35,py36,flake8
[testenv]
commands = nosetests {posargs}