Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d67b81d

Browse files
committed
Tox config updated.
1 parent 1c55df9 commit d67b81d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[tox]
2-
envlist = py26,py27,py31,py32
2+
envlist = py26,py27,py34,py35
33

44
[testenv]
55
deps =
66
flake8
77
nose
88
commands =
9-
flake8 --ignore=E501,E128 zerorpc bin
10-
nosetests
9+
flake8 zerorpc bin
10+
nosetests -v
11+
setenv =
12+
ZPC_TEST_TIME_FACTOR=0.2
1113

1214
[flake8]
1315
ignore = E501,E128

0 commit comments

Comments
 (0)