Skip to content

Commit

Permalink
Fix tox and coveralls, update version (#487)
Browse files Browse the repository at this point in the history
* Fix tox and coveralls, update version
* Update CHANGELOG
  • Loading branch information
dyve committed Jul 2, 2020
1 parent e10f26e commit 8ebc059
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 86 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@ addons:
services: postgresql

before_install: pip install poetry
install: pip install tox-travis
script: tox

install: pip install tox-travis coveralls

script:
- tox

after_success:
- coverage combine
- coveralls
Loading

0 comments on commit 8ebc059

Please sign in to comment.