projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd73a9
)
Remove Python 2.7 from tox configuration
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 09:08:07 +0000
(
03:08
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 09:08:07 +0000
(
03:08
-0600)
tox.ini
patch
|
blob
|
blame
|
history
diff --git
a/tox.ini
b/tox.ini
index 3374490afa05047872500335c2004859e3c120c8..b65da482fb9da674c56c52a7f76c138a55cdf3e3 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-4,7
+4,7
@@
# and then run "tox" from this directory.
[tox]
-envlist = py
27, py
35, py36, py37, py38, py39
+envlist = py35, py36, py37, py38, py39
[testenv]
commands = python setup.py nosetests