We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b7d6c commit faa5a5bCopy full SHA for faa5a5b
.travis.yml
@@ -3,6 +3,8 @@ python:
3
- "2.5"
4
- "2.6"
5
- "2.7"
6
+before_install:
7
+ - sudo apt-get install -qq libevent-dev
8
install:
9
- pip install -r requirements.txt --use-mirrors
10
script: nosetests
0 commit comments