summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-06-23 02:22:34 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-23 19:48:40 +0800
commit93954d20310a7b77322211fd7c1eb8bd34217612 (patch)
treee9030835ef3a199a650e9d948c03eea99a09696d /tox.ini
parent8340e0bb6ad0d7c1cdb26cbe62828d3595c3b7a6 (diff)
downloadgitpython-93954d20310a7b77322211fd7c1eb8bd34217612.tar.gz
Update typing-extensions version in requirements.txt
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 a0cb1c9f..e3dd84b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35,py36,py37,py38,py39,flake8
+envlist = py36,py37,py38,py39,flake8
[testenv]
commands = python -m unittest --buffer {posargs}