Skip to content

Commit

Permalink
Travis python 3.x environment does not install packages from requirem…
Browse files Browse the repository at this point in the history
…ents.txt?
  • Loading branch information
hootnot committed Feb 25, 2017
1 parent f3ee589 commit 572b016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install:
- pip install nose nose-parameterized
- pip install wheel
- pip install twine
- pip install -r requirements.txt
script:
- coverage run --source=oandapyV20 setup.py test
after_success:
Expand Down

0 comments on commit 572b016

Please sign in to comment.