Skip to content

Commit 50a5e0d

Browse files
committed
Enable container-based builds on Travis-CI
1 parent 66c4fa4 commit 50a5e0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7-
- "3.4"
7+
- "3.4"
88
- "pypy"
99
- "pypy3"
1010

@@ -17,3 +17,5 @@ script:
1717

1818
after_script:
1919
- coveralls
20+
21+
sudo: false

0 commit comments

Comments
 (0)