Skip to content

Commit c8911e3

Browse files
authored
Disabling python3.4 in travis because of unrelated network errors (#207)
1 parent 10bec3c commit c8911e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addons:
1212
- openssl
1313
python:
1414
- "2.7"
15-
- "3.4"
15+
# - "3.4" Failing due to what look like travis network errors; disabling for now
1616
- "3.5"
1717
- "3.6"
1818
# 3.7 fails with: Unable to download 3.7 archive. The archive may not exist.

0 commit comments

Comments
 (0)