Skip to content

Commit 19c6c99

Browse files
author
A. Jesse Jiryu Davis
committed
Run Gevent tests with tox
1 parent b51c387 commit 19c6c99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,20 @@ deps =
1616
setenv =
1717
PIP_INSECURE = 1
1818
deps =
19+
gevent
1920
simplejson
2021
{[testenv]deps}
2122

23+
[testenv:py26]
24+
deps =
25+
gevent
26+
{[testenv]deps}
27+
28+
[testenv:py27]
29+
deps =
30+
gevent
31+
{[testenv]deps}
32+
2233
# PIP_INSECURE doesn't work with Jython
2334
[testenv:jython]
2435
commands =

0 commit comments

Comments
 (0)