Browse Source

Merge pull request #149 from justanr/master

Add sudo: false to use travis' container architecture
Peter Justin 9 years ago
parent
commit
aa4362b95b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,4 +1,5 @@
 language: python
 language: python
+sudo: false
 python:
 python:
   - "2.7"
   - "2.7"
   - "3.3"
   - "3.3"