Skip to content

Commit

Permalink
Merge pull request #4 from sambrightman/coverage
Browse files Browse the repository at this point in the history
Publish coverage to web services
  • Loading branch information
sambrightman committed Oct 6, 2020
2 parents 550011e + d15f237 commit 9e9e0ba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ python:
- "pypy"
- "pypy3"
before_install:
- pip install -U pip setuptools virtualenvwrapper
- source $(which virtualenvwrapper.sh)
- pip install -U pip setuptools wheel virtualenvwrapper
- source virtualenvwrapper.sh
- wipeenv
install:
- pip install .
script: python setup.py test
after_success:
- pip install -U coveralls codecov
- coveralls
- codecov

0 comments on commit 9e9e0ba

Please sign in to comment.