Skip to content

Commit 4a7dbb2

Browse files
committed
Comment out platforms that aren't available on container-based Travis
1 parent b8857d3 commit 4a7dbb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
3-
- "2.5"
3+
# - "2.5"
44
- "2.6"
55
- "2.7"
6-
- "3.0"
7-
- "3.1"
6+
# - "3.0"
7+
# - "3.1"
88
- "3.2"
99
- "3.3"
1010
- "3.4"

0 commit comments

Comments
 (0)