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

Skip to content

Commit d88b96c

Browse files
committed
Run tests on travis 10 times faster.
1 parent 273853e commit d88b96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- env: PYZMQ='pyzmq==14.1.1'
2020
script:
2121
- flake8 --ignore=E501,E128 zerorpc bin
22-
- nosetests
22+
- ZPC_TEST_TIME_FACTOR=0.1 nosetests
2323
before_install:
2424
- sudo apt-get update
2525
- sudo apt-get install python-dev libevent-dev

0 commit comments

Comments
 (0)