Skip to content

Commit

Permalink
add requirements.txt to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-moola committed Aug 13, 2018
1 parent 1de005f commit eefc182
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 @@ -14,6 +14,7 @@ cache: pip
before_install:
- pip install --upgrade pip
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -e .
- pip install coveralls
Expand Down

0 comments on commit eefc182

Please sign in to comment.