mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #4940 from sloria/patch-2
Remove sudo: from .travis.yml
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user