Skip to content

Commit

Permalink
Merge pull request #7035 from martenson/remove-sudo
Browse files Browse the repository at this point in the history
Remove ``sudo: false`` from .travis.yml, it will stop being supported soon
  • Loading branch information
martenson committed Nov 26, 2018
2 parents 284e906 + 81e3376 commit 015b854
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,4 +1,3 @@
sudo: false
language: python
python: 2.7
os:
Expand Down Expand Up @@ -36,6 +35,10 @@ matrix:
- env: TOX_ENV=py34-unit
addons: *py3_addons

before_install:
# Workaround for https://github.com/travis-ci/travis-ci/issues/7940
- sudo rm -f /etc/boto.cfg

install:
- set -e
- pip install tox
Expand Down

0 comments on commit 015b854

Please sign in to comment.