Skip to content

Commit

Permalink
Don't use wheel because that won't install the 2.6 deps for RQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost de Vries committed May 29, 2015
1 parent 1e84233 commit e7baf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
- "2.7"

install:
- pip install . --quiet --use-mirrors
- pip install . --quiet --use-mirrors --no-use-wheel
- pip install nose --quiet --use-mirrors

script: nosetests
Expand Down

0 comments on commit e7baf2d

Please sign in to comment.