Skip to content

Commit

Permalink
Update .travis after cleaned up requirement.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Feb 13, 2017
1 parent 13ab1b9 commit 15bdd1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ python:
- "3.5"

# command to install dependencies
install:
install:
- pip install -r requirements.txt
- pip install requests_mock
- pip install coverage
- pip install codecov
# command to run tests
script: nosetests --with-coverage --cover-package=ziptastic
Expand Down

0 comments on commit 15bdd1c

Please sign in to comment.