Add sudo: false so that Travis runs on new container-based infrastructure.
authorAudrey Roy Greenfeld <aroy@alum.mit.edu>
Wed, 25 Nov 2015 01:38:32 +0000 (17:38 -0800)
committerAudrey Roy Greenfeld <aroy@alum.mit.edu>
Wed, 25 Nov 2015 01:38:32 +0000 (17:38 -0800)
.travis.yml

index 15488ae1476a60661e4395bf282546eeb661efb1..599fea45df12345a69d82a963cfdab5dbc8693f7 100644 (file)
@@ -1,9 +1,9 @@
 # Config file for automatic testing at travis-ci.org
-
+sudo: false
 language: python
 
 python:
-  - "3.5"  
+  - "3.5"
   - "3.4"
   - "3.3"
   - "2.7"