Merge pull request #4940 from sloria/patch-2

Remove sudo: from .travis.yml
This commit is contained in:
Ian Stapleton Cordasco
2019-01-21 12:50:27 -06:00
committed by GitHub
+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