Skip to content

Commit

Permalink
Travis CI: Run tests on Python 3.7 in allow_failures mode
Browse files Browse the repository at this point in the history
Today marks 100 days until Python 2 end of life.
  • Loading branch information
cclauss committed Sep 23, 2019
1 parent 64627ea commit 5fc088f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ matrix:
dist: precise
before_install: pip install --upgrade pip setuptools
- python: 2.7
- python: 3.7
allow_failures:
- python: 3.7
install:
- travis_retry pip install coveralls -r requirements.txt
script:
Expand Down

0 comments on commit 5fc088f

Please sign in to comment.