projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a9e2f0
)
Remove Python 3.5 from tox configuration
author
Harmon
<Harmon758@gmail.com>
Sat, 23 Jan 2021 13:18:04 +0000
(07:18 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 23 Jan 2021 13:18:04 +0000
(07:18 -0600)
tox.ini
patch
|
blob
|
blame
|
history
diff --git
a/tox.ini
b/tox.ini
index b65da482fb9da674c56c52a7f76c138a55cdf3e3..6374a7930f3fd081ff8ac24e159a81180073f6d2 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-4,7
+4,7
@@
# and then run "tox" from this directory.
[tox]
-envlist = py3
5, py3
6, py37, py38, py39
+envlist = py36, py37, py38, py39
[testenv]
commands = python setup.py nosetests