Skip to content

Commit

Permalink
install requests_mock for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsbalu committed Nov 14, 2016
1 parent 1216c23 commit 34b4bd1
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
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "2.7"
install:
- pip install coveralls
- pip install coveralls requests_mock
script: coverage run --source WazeRouteCalculator -m py.test tests.py -v
after_success:
coveralls

0 comments on commit 34b4bd1

Please sign in to comment.