Skip to content

Commit

Permalink
Remove the pyev requirement for 2.6 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 18, 2014
1 parent fe062d2 commit 69a1f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,8 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libev-dev
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install pyev; fi
- pip install --use-mirrors -r test-requirements.pip
services:
- rabbitmq
Expand Down
3 changes: 1 addition & 2 deletions test-requirements.pip
@@ -1,5 +1,4 @@
mock
nose
pyev
tornado
twisted
twisted

0 comments on commit 69a1f46

Please sign in to comment.