Skip to content

Commit 5ecdbbc

Browse files
committed
Update .travis.yml to install httmock
1 parent b186090 commit 5ecdbbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
# command to install dependencies
55
install:
66
- "pip install python-dateutil"
7+
- "pip install httmock"
78
- "pip install -r requirements.txt"
89
# command to run tests
910
script: nosetests

0 commit comments

Comments
 (0)