Skip to content

Commit

Permalink
Update Python versions in .travis.yml (#161)
Browse files Browse the repository at this point in the history
* Add 3.7 and 3.8 as stable versions
* Add new python/cpython master as 3.9-dev
  • Loading branch information
expobrain authored and berkerpeksag committed Dec 7, 2019
1 parent 2159cfe commit 7d714ac
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Expand Up @@ -5,18 +5,15 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9-dev
- pypy
- pypy3.5
matrix:
include:
# See https://github.com/travis-ci/travis-ci/issues/9069
# for more information.
- python: 3.7
sudo: required
dist: xenial
- python: 3.8-dev
sudo: required
dist: xenial
fast_finish: true
allow_failures:
- python: 3.9-dev
cache: pip
install:
- pip install tox-travis
Expand Down

0 comments on commit 7d714ac

Please sign in to comment.