Skip to content

Commit a23a71d

Browse files
committed
Enable Travis' container-based infrastructure.
1 parent 683d06e commit a23a71d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ python:
66
- "2.7"
77
- "2.6"
88

9+
sudo: false
10+
911
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1012
# These packages only exist on Ubuntu 13.04 and newer:
11-
# before_install:
12-
# - sudo apt-get install -qq libpython2.7-testsuite libpython3.3-testsuite
1313
# No dependencies currently unless using Python 2.6.
1414

1515
install:

0 commit comments

Comments
 (0)