Skip to content

Commit

Permalink
remove sudo in Travis CI (#69)
Browse files Browse the repository at this point in the history
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration)
  • Loading branch information
cclauss authored and qinxuye committed Dec 26, 2018
1 parent 85decf8 commit 43c78eb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@ language: python

matrix:
include:
- sudo: required
os: linux
- os: linux
python: "2.7"
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64 PYVER=cp27-cp27mu
- sudo: required
os: linux
- os: linux
python: "3.5"
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64 PYVER=cp35-cp35m
- sudo: required
os: linux
- os: linux
python: "3.6"
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64 PYVER=cp36-cp36m
- sudo: required
os: linux
- os: linux
python: "3.7"
dist: xenial
services:
Expand Down

0 comments on commit 43c78eb

Please sign in to comment.