projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a36f1
)
Add sudo: false so that Travis runs on new container-based infrastructure.
author
Audrey Roy Greenfeld
<aroy@alum.mit.edu>
Wed, 25 Nov 2015 01:38:32 +0000
(17:38 -0800)
committer
Audrey Roy Greenfeld
<aroy@alum.mit.edu>
Wed, 25 Nov 2015 01:38:32 +0000
(17:38 -0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 15488ae1476a60661e4395bf282546eeb661efb1..599fea45df12345a69d82a963cfdab5dbc8693f7 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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"