Skip to content

Commit

Permalink
Corrected which requirements to install
Browse files Browse the repository at this point in the history
  • Loading branch information
cknv committed Jun 13, 2016
1 parent 629af8d commit e0459c8
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
@@ -1,7 +1,7 @@
language: python
python:
- "3.5"
install: "pip install -r requirements-dev.txt"
install: "pip install -r requirements-ci.txt"
script: "py.test --cov tests --cov-report term-missing"
after_success:
- coveralls

0 comments on commit e0459c8

Please sign in to comment.