diff options
| author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-08-05 21:19:30 +0200 |
|---|---|---|
| committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-08-05 21:19:30 +0200 |
| commit | b2c4a761157d60befbe1fa2055f384ca3008de98 (patch) | |
| tree | c0e937f5614e2f1b1ee1c3763d8da77f446ab9dc | |
| parent | a10c9f77853c1487acb647b1b5e3fa11f3ce1ebe (diff) | |
| download | werkzeug-travis-no-sudo.tar.gz | |
use sudo-free travis infrastructure, fixes #751travis-no-sudo
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 79994e2f..55acfda7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false python: - "2.6" - "2.7" |
