Skip to content

Commit

Permalink
pip installs on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Jan 21, 2020
1 parent c91814d commit 5bd0506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ python:
- '3.7'
cache: pip
script:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- ./test.sh

0 comments on commit 5bd0506

Please sign in to comment.