Skip to content

Commit

Permalink
fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Azarh authored and Alex Azarh committed Mar 14, 2017
1 parent f06384b commit 2cc221d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:

#command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r package/requirements.txt --extra-index-url https://testpypi.python.org/simple
- pip install -r test_requirements.txt
- pip install -r package/requirements.txt --extra-index-url https://testpypi.python.org/simple
- pip install coveralls

script:
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ mock
teamcity-messages
jsonpickle
nose-exclude
requests~=2.11.0

0 comments on commit 2cc221d

Please sign in to comment.