Skip to content

Commit

Permalink
use xenial rather than trusty for 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
genomematt committed Aug 2, 2018
1 parent 05f80ab commit 504f092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial
sudo: true
allow_failures:
- python: "3.8-dev"
dist: xenial
sudo: true
- python: "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
Expand Down

0 comments on commit 504f092

Please sign in to comment.