summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-26 15:01:49 +0000
committeryobmod <yobmod@gmail.com>2021-02-26 15:01:49 +0000
commitf9b0e75c07ccbf90a9f2e67873ffbe672bb1a859 (patch)
treea7c1203d435544c129802c0d938dae80e9874398 /tox.ini
parentc34c23a830bb45726c52bd5dcd84c2d5092418e4 (diff)
downloadgitpython-f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859.tar.gz
rebase on master
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 e5a2cd4b..532c78de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35,py36,py37,py38,flake8
+envlist = py34,py35,py36,py37,py38,flake8
[testenv]
commands = python -m unittest --buffer {posargs}