summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-20 18:47:23 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-20 18:47:23 -0500
commit4af8a5dc56eb0587dee2659c6d98fde0a7e32b6f (patch)
tree2486949d5204a553a7ed913537a3c55e01f74fed
parent8021a59d70963947621ff0faa9e3f1665b021d9d (diff)
downloadzope-tal-4af8a5dc56eb0587dee2659c6d98fde0a7e32b6f.tar.gz
Speed up Travis builds via 'sudo: false'
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3bbd29b..7bc8701 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+sudo: false
env:
- TOXENV=py26
- TOXENV=py27