summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-28 17:52:45 +0000
committeryobmod <yobmod@gmail.com>2021-02-28 17:52:45 +0000
commit1f2f3e848e10d145fe28d6a8e07b0c579dd0c276 (patch)
tree98a6c4499fb3346f92eba2e1dddf31338601565f /tox.ini
parent803aca26d3f611f7dfd7148f093f525578d609ef (diff)
downloadgitpython-1f2f3e848e10d145fe28d6a8e07b0c579dd0c276.tar.gz
drop py3.4 support
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 4167cb63..ad126ed4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py35,py36,py37,py38,py39,flake8
+envlist = py35,py36,py37,py38,py39,flake8
[testenv]
commands = python -m unittest --buffer {posargs}