Skip to content

Commit

Permalink
Move the libev install to before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 18, 2014
1 parent a75f693 commit 69ec8cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,9 +3,11 @@ python:
- 2.6
- 2.7
- pypy
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libev
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- apt-get -y install libev
- pip install --use-mirrors -r test-requirements.pip
services:
- rabbitmq
Expand Down

0 comments on commit 69ec8cf

Please sign in to comment.