Skip to content

Commit

Permalink
fix: travis-coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstidard committed Mar 26, 2017
1 parent d7f350c commit dd65382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- pip install -e .
- pip install -r requirements.txt
- pip install coveralls
script: pytest tests --cov-config .coveragerc
script: pytest tests --cov sanic_envconfig --cov-config .coveragerc
notifications:
email: false
after_success: coveralls

0 comments on commit dd65382

Please sign in to comment.