Skip to content

Commit

Permalink
Pin nose dependency to meet httpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Jan 8, 2014
1 parent b050269 commit 5afd6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
env: DJANGO=1.6 DJANGO_SETTINGS_MODULE=twitter_tag.test_settings
install:
- pip install -q https://github.com/django/django/archive/${DJANGO}.zip#egg=django
- pip install nose coveralls==dev
- pip install nose==1.2.1 coveralls==dev
script:
- coverage run --source=twitter_tag setup.py nosetests
branches:
Expand Down

0 comments on commit 5afd6ff

Please sign in to comment.