Skip to content

Commit

Permalink
travis build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Lee committed Apr 22, 2014
1 parent c929371 commit 248d237
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 @@ -4,7 +4,7 @@ python:
- "3.2"
- "3.3"
install:
- pip install -r requirements.pip
- pip install -r requirements.txt
- python setup.py -q install
script: nosetests -vv --attr=unit
notifications:
Expand Down

0 comments on commit 248d237

Please sign in to comment.