Fix Travis

At some point Travis apparently decided to set the default of the `sudo`
option to `false`. But that would mean I had to whitelist every package,
which is not acceptable.

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
This commit is contained in:
Markus Unterwaditzer 2015-05-27 15:38:49 +02:00
parent 0c4e023c95
commit c83883d976

View file

@ -1,3 +1,4 @@
sudo: true
language: python
python:
- "2.7"