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

Skip to content

Commit f3c8751

Browse files
committed
travis-ci: Install libevent before installing zerorpc
1 parent c4d3998 commit f3c8751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- 2.7
44
script: nosetests
5+
before_install:
6+
- sudo apt-get update
7+
- sudo apt-get install python-dev libevent-dev
58
install:
69
- pip install nose --use-mirrors
710
- pip install . --use-mirrors

0 commit comments

Comments
 (0)