Skip to content

Commit

Permalink
Remove sudo: from .travis.yml (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored and maebert committed Feb 23, 2019
1 parent 76d3ea8 commit d402155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ matrix:
include:
- python: "3.7"
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: "nightly"
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:
- "pip install -e ."
- "pip install pycrypto>=2.6"
Expand Down

0 comments on commit d402155

Please sign in to comment.