Skip to content

Commit

Permalink
Drop dist: xenial and sudo: true
Browse files Browse the repository at this point in the history
Neither is necessary any more.
  • Loading branch information
cjwatson committed Dec 18, 2019
1 parent 292dc07 commit 50a093c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit 50a093c

Please sign in to comment.