summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugovk <hugovk@gmail.com>2015-05-04 13:17:55 +0000
committerhugovk <hugovk@gmail.com>2015-05-04 13:17:55 +0000
commit8818a1cbec799d40943c3df823cc5eea676b30bf (patch)
tree5918c0f8d4c2073e2f69980e5651fea7b9f2ee5e
parentd84b6cf48496528422ffb4622337bc9ad9baf324 (diff)
downloadpython-coveragepy-git-8818a1cbec799d40943c3df823cc5eea676b30bf.tar.gz
Use container-based infrastructure
--HG-- branch : hugovk/use-containerbased-infrastructure-1430745469757
-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