sudo: false for travis

This commit is contained in:
Anthony Sottile 2014-12-20 19:44:44 -08:00
parent eb53190d16
commit 8eb1ae2e30

View file

@ -10,3 +10,4 @@ install: pip install coveralls tox --use-mirrors
script: tox
after_success:
- coveralls
sudo: false