summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aa6cf5c5..75b86b0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@ python:
- 3.4
- pypy
+sudo: false
+
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- python setup.py clean develop