Skip to content

Commit

Permalink
Tracis CI: require sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 6, 2018
1 parent 8f67d4e commit 87f397b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,10 @@ env:
- TOXENV=py2
- TOXENV=py3
install: pip install -U tox
# SYS_PTRACE capability is not available in default containers,
# use sudo to work around the issue:
# https://github.com/travis-ci/travis-ci/issues/9033
sudo: required
script: tox
notifications:
email:
Expand Down

0 comments on commit 87f397b

Please sign in to comment.