Skip to content

Commit

Permalink
Fixed issue in travis for cover testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Oct 31, 2018
1 parent 8683670 commit 6fb51de
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 @@ -65,6 +65,7 @@ install:
- if [[ $PINTS_DOCS == true ]]; then pip install -r requirements-docs.txt; fi;
- if [[ $PINTS_STYLE == true ]]; then pip install -r requirements-dev.txt; fi;
- if [[ $TRAVIS_EVENT_TYPE == 'cron' ]]; then pip install -r requirements-dev.txt; fi;
- if [[ $PINTS_COVER == true ]]; then pip install coverage codecov; fi;

before_script:
- python --version
Expand Down

0 comments on commit 6fb51de

Please sign in to comment.