Skip to content

Commit

Permalink
Travis: use xenial for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Jun 21, 2019
1 parent d237ffb commit 2f82c2b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist: xenial

language: python

sudo: false
Expand All @@ -19,11 +21,6 @@ python:
- 3.6
- 3.7

matrix:
include:
- python: 3.7
dist: xenial

# Install packages
install:
- pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 2f82c2b

Please sign in to comment.