projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f9ce0
)
Simplify tox configuration file
author
Harmon
<Harmon758@gmail.com>
Wed, 16 Oct 2019 13:50:54 +0000
(08:50 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 16 Oct 2019 13:50:54 +0000
(08:50 -0500)
tox.ini
patch
|
blob
|
blame
|
history
diff --git
a/tox.ini
b/tox.ini
index 37903882d276fd959002c2126223b1a4085bf906..fbf427f4e92500f1afce0fc79d1e79dcb7c938eb 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-6,15
+6,11
@@
[tox]
envlist = py27, py35, py36, py37
-[base]
+[testenv]
+commands = nosetests -v tests.test_api tests.test_cursors tests.test_resultset tests.test_utils
deps =
mock >= 1.0.1
nose >= 1.3.3
vcrpy >= 1.10.3
-
-[testenv]
-commands = nosetests -v tests.test_api tests.test_cursors tests.test_resultset tests.test_utils
-deps =
- {[base]deps}
setenv =
USE_REPLAY = 1