Skip to content

Commit

Permalink
Travis CI: 'sudo' is no longer required by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 20, 2018
1 parent 0d0cdf6 commit b6a51fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
language: python

sudo: false

matrix:
include:
- python: 2.7
env: TOXENV=cover
- python: 3.7
env: TOXENV=cover3
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: 3.7
env: TOXENV=docs
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: 2.7
env:
- TOXENV=py27
Expand All @@ -35,7 +31,6 @@ matrix:
- TOXENV=py37
- END_TO_END=1
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)

install:
- travis_retry pip install virtualenv tox pexpect
Expand Down

0 comments on commit b6a51fe

Please sign in to comment.