Skip to content

Commit 15bdd1c

Browse files
committed
Update .travis after cleaned up requirement.txt.
1 parent 13ab1b9 commit 15bdd1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ python:
77
- "3.5"
88

99
# command to install dependencies
10-
install:
10+
install:
1111
- pip install -r requirements.txt
12+
- pip install requests_mock
13+
- pip install coverage
1214
- pip install codecov
1315
# command to run tests
1416
script: nosetests --with-coverage --cover-package=ziptastic

0 commit comments

Comments
 (0)