Skip to content

Commit

Permalink
Install requirements on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 22, 2018
1 parent 8997ddc commit 9469605
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 @@ -4,6 +4,7 @@ python:
- "3.6"
install:
- pip install coveralls
- pip install -r requirements.txt
script:
- coverage run --source=textparser setup.py test
- make test-sdist
Expand Down

0 comments on commit 9469605

Please sign in to comment.