Skip to content

Commit

Permalink
Use dist:xenial for all builds
Browse files Browse the repository at this point in the history
This will soon be the new default on Travis

This also allows us to not require 'sudo' anymore
  • Loading branch information
nicoddemus committed May 27, 2019
1 parent 1a6cf29 commit 32b354f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
cache: pip
dist: xenial
matrix:
include:
- python: pypy3
Expand All @@ -8,8 +9,6 @@ matrix:
env: TOXENV=pypy
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.6
env: TOXENV=py36
- python: 3.5
Expand Down

0 comments on commit 32b354f

Please sign in to comment.