Skip to content

Commit

Permalink
change to xenial dist for py37, remove unnecessary env flag for tox a…
Browse files Browse the repository at this point in the history
…nd codecov, disable notifications when ok
  • Loading branch information
andhus committed Feb 17, 2019
1 parent 9702bf9 commit f912f2e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
dist: trusty
dist: xenial

install:
- pip install tox codecov
Expand All @@ -12,7 +12,12 @@ matrix:
env: TOXENV=py37

script:
- tox -e TOXENV
- tox

after_success:
- codecov -e TOXENV
- codecov

notifications:
email:
on_success: never
on_failure: always

0 comments on commit f912f2e

Please sign in to comment.