Skip to content

Commit cab7489

Browse files
committed
Install requests before running tests
1 parent 4ae7d79 commit cab7489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- 'nightly'
99
install:
1010
- pip install mock==2.0
11+
- pip install requests
1112
script:
1213
- python -m unittest discover -s tests/ -p test_*.py -v
1314
matrix:

0 commit comments

Comments
 (0)