Skip to content

Commit

Permalink
Travis CI: Upgrade from Py37 preresease to production release
Browse files Browse the repository at this point in the history
Upgrade to production Python 3.7 in alignment with travis-ci/travis-ci#9069
  • Loading branch information
cclauss authored and Zsailer committed Sep 23, 2019
1 parent c588e6a commit 535d38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ matrix:
firefox: 57.0
- python: 3.5
env: GROUP=python
- python: 3.7
dist: xenial
- python: "3.7"
env: GROUP=python
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
- python: 3.6
env: GROUP=docs

Expand Down

0 comments on commit 535d38d

Please sign in to comment.