summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2015-11-29 16:41:30 -0500
committerNed Batchelder <nedbat@gmail.com>2015-11-29 16:41:30 -0500
commit667b52845a87a4a8c1c5bec59f0366de3c896bf9 (patch)
treeccdcbbeab2976c7d176e96b724bb161d287334d4
parent68642b7c3b172a9952af2656f3c77af14c60a919 (diff)
parent8818a1cbec799d40943c3df823cc5eea676b30bf (diff)
downloadpython-coveragepy-git-667b52845a87a4a8c1c5bec59f0366de3c896bf9.tar.gz
Merged in hugovk/coveragepy/hugovk/use-containerbased-infrastructure-1430745469757 (pull request #52)
Use container-based infrastructure
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ab0ff183..f3c93a55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@ env:
- TOXENV=pypy
- TOXENV=py27 COVERAGE_COVERAGE=yes
+sudo: false
+
install:
- pip install -r requirements/tox.pip