Skip to content

Commit

Permalink
Build with sudo: true for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjansen committed Sep 18, 2018
1 parent 513755d commit 0764302
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 @@ -2,17 +2,13 @@ language: "python"
matrix:
include:
- python: 2.7
dist: trusty
- python: 3.4
dist: trusty
- python: 3.5
dist: trusty
- python: 3.6
dist: trusty
- python: 3.7
dist: xenial
sudo: true
- python: pypy
dist: trusty
install:
- "make reqs"
script:
Expand Down

0 comments on commit 0764302

Please sign in to comment.