We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cf049 commit 3862ea0Copy full SHA for 3862ea0
1 file changed
.travis.yml
@@ -4,6 +4,9 @@ python:
4
- 2.7
5
- 3.3
6
- 3.4
7
+# This disables sudo, but makes builds start much faster
8
+# See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
9
+sudo: false
10
before_install:
11
# Escape Travis virtualenv
12
- deactivate
0 commit comments