Skip to content

Commit

Permalink
Needs quotes in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhartzheim committed Jan 2, 2016
1 parent 0a235b2 commit bbb1fa6
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.3"
- "3.4"
install:
- pip install coverage<4 coveralls codecov
- pip install "coverage<4" coveralls codecov
script:
- nosetests --with-coverage --cover-package=rigidity
after_success:
Expand Down

0 comments on commit bbb1fa6

Please sign in to comment.