Skip to content

Commit

Permalink
Add requirements.txt back into .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Jan 5, 2018
1 parent 4636ec8 commit 05bd183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,8 @@ matrix:
- source env/bin/activate

install:
- pip install .[test]
- pip install -r requirements.txt
- pip install .
- pip install coveralls

script:
Expand Down

0 comments on commit 05bd183

Please sign in to comment.