summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSantos Gallegos <santos_g@outlook.com>2019-07-26 21:14:32 -0500
committerSebastian Thiel <byronimo@gmail.com>2019-07-29 08:17:42 +0800
commit80204335d827eb9ed4861e16634822bf9aa60912 (patch)
treef06c6ec606cc7338a7a9257bf673a2cc885d0d93 /tox.ini
parent859ad046aecc077b9118f0a1c2896e3f9237cd75 (diff)
downloadgitpython-80204335d827eb9ed4861e16634822bf9aa60912.tar.gz
Remove python 2 from CI
Python 2 support was dropped, there is not need to run tests in py2
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 e46136d6..36048fbc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,py37,flake8
+envlist = py34,py35,py36,py37,flake8
[testenv]
commands = nosetests {posargs}