Remove sudo: from .travis.yml

TravisCI has migrated their infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
Steven Loria
2019-01-16 20:59:14 -05:00
committed by GitHub
parent f37daf2500
commit b49547f135
+1 -3
View File
@@ -1,4 +1,3 @@
sudo: false
language: python
# command to install dependencies
install: "make"
@@ -35,8 +34,7 @@ jobs:
- make test-readme
- make ci
python: '3.7'
dist: xenial
sudo: true
dist: xenial
- stage: coverage
python: 3.6
script: codecov