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

Skip to content

Commit 1c55df9

Browse files
committed
Fix travis config to install dependencies properly.
1 parent 294e7c7 commit 1c55df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ addons:
2222
- libevent-dev
2323
install:
2424
- pip install flake8
25-
- "pip install nose gevent msgpack-python $PYZMQ"
26-
- pip install . --no-deps
25+
- "pip install nose $PYZMQ"
26+
- pip install .

0 commit comments

Comments
 (0)