Skip to content

Commit

Permalink
Remove obsolete "sudo" keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 authored and ericwb committed Sep 19, 2019
1 parent 6019505 commit e311f18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: python

cache: pip

sudo: false

install:
- pip install tox

Expand All @@ -24,11 +22,9 @@ matrix:
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.8-dev
env: TOXENV=py38
dist: xenial
sudo: true
- python: pypy
env: TOXENV=pypy
notifications:
Expand Down

0 comments on commit e311f18

Please sign in to comment.