Browse Source

Add sudo: false to use travis' container architecture

Alec Nikolas Reiter 9 years ago
parent
commit
8baad4c6b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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