Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 15647e7

Browse files
committed
Don't require sudo for travis builds
Should make builds faster as they run on cheap containers instead of bare instances.
1 parent 4c8c62e commit 15647e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- "2.7"
44

5+
# run on container-based infrastructure
6+
sudo: false
7+
58
# command to install dependencies
69
install:
710
- pip install -UI pip==7.1.2

0 commit comments

Comments
 (0)