Travis: state explicitly that sudo is not required

master
Mike Gerber 9 years ago
parent de7faf462b
commit 7bb33bf654

@ -6,6 +6,7 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "nightly" - "nightly"
sudo: false
# command to run tests # command to run tests
script: py.test script: py.test

Loading…
Cancel
Save