Skip to content

Commit

Permalink
Merge pull request #149 from tomasbedrich/travis-no-sudo
Browse files Browse the repository at this point in the history
Remove `sudo` from Travis configuration
  • Loading branch information
FriedrichFroebel committed May 14, 2020
2 parents 24b0292 + 7b2585e commit d9bc781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,13 +1,11 @@
language: python
sudo: false

matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true


install:
Expand Down

0 comments on commit d9bc781

Please sign in to comment.