Skip to content

Commit

Permalink
Sudo is not needed any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 8, 2019
1 parent 409de3e commit 21e08d4
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
@@ -1,5 +1,4 @@
language: python
sudo: false

matrix:
include:
Expand All @@ -16,15 +15,12 @@ matrix:
- python: "3.7"
env: TOXENV=py37,py37-datetime
dist: xenial
sudo: true
- python: "3.7-dev"
env: TOXENV=py37,py37-datetime
dist: xenial
sudo: true
- python: "3.8-dev"
env: TOXENV=py38,py38-datetime
dist: xenial
sudo: true
allow_failures:
- python: "3.8-dev"
env: TOXENV=py38,py38-datetime
Expand Down

0 comments on commit 21e08d4

Please sign in to comment.