Skip to content

Commit

Permalink
Move Python 3.7 to Ubuntu Xenial on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Dec 20, 2018
1 parent f7c2171 commit 86ac0cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"

# work-around for Python 3.7 which is on a non-standard Travis Ubuntu release (Xenial)
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

install:
- git config --global user.email "bumpversion-test-git@travis.ci"
- git config --global user.name "Testing Git on Travis CI"
Expand Down

0 comments on commit 86ac0cc

Please sign in to comment.