We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d3998 commit f3c8751Copy full SHA for f3c8751
.travis.yml
@@ -2,6 +2,9 @@ language: python
2
python:
3
- 2.7
4
script: nosetests
5
+before_install:
6
+ - sudo apt-get update
7
+ - sudo apt-get install python-dev libevent-dev
8
install:
9
- pip install nose --use-mirrors
10
- pip install . --use-mirrors
0 commit comments