Skip to content

Commit

Permalink
Tell Travis not to test Python 3.5 and hook up coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Jun 14, 2019
1 parent ea4ac10 commit 52a010f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ addons:
- fonts-takao-mincho
python:
- "2.7"
- "3.5"
- "3.6"
matrix:
include:
Expand All @@ -27,3 +26,5 @@ script:
- tox
notifications:
email: false
after_success:
- coveralls

0 comments on commit 52a010f

Please sign in to comment.