Skip to content

Commit

Permalink
ci: pypi and codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 11, 2019
1 parent f144edd commit 947d8c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ matrix:
- name: "Python 3.6 on Xenial Linux"
python: 3.6
dist: xenial
- name: "PyPy 3.6 on Xenial Linux"
python: "pypy3.6"
dist: xenial
- name: "Python 3.7 on Xenial Linux"
python: 3.7
dist: xenial
Expand All @@ -26,6 +29,10 @@ install:
script:
- pytest -v -rs tests --runslow --cov

after_success:
- codecov

notifications:
on_success: change
on_failure: always
email:
on_success: change
on_failure: always
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements.txt
codecov
pytest
pytest-cov
pytest-timeout
pytest-asyncio
pytest-asyncio

0 comments on commit 947d8c8

Please sign in to comment.