summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-08-05 21:19:30 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-08-05 21:19:30 +0200
commitb2c4a761157d60befbe1fa2055f384ca3008de98 (patch)
treec0e937f5614e2f1b1ee1c3763d8da77f446ab9dc
parenta10c9f77853c1487acb647b1b5e3fa11f3ce1ebe (diff)
downloadwerkzeug-travis-no-sudo.tar.gz
use sudo-free travis infrastructure, fixes #751travis-no-sudo
-rw-r--r--.travis.yml1
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"