We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056e44e commit 81bf37aCopy full SHA for 81bf37a
.travis.yml
@@ -1,18 +1,18 @@
1
language: python
2
3
-matrix:
4
- include:
5
- - "Python <= 3.6"
6
- python:
7
- - "2.7"
8
- - "3.4"
9
- - "3.5"
10
- - "3.6"
11
- allow_failures:
12
- - name: "Python >3.6"
13
14
- - "3.7"
15
- dist: xenial
+# matrix:
+# - name: "python <= 3.6"
+python:
+ - "2.7"
+ - "3.4"
+ - "3.5"
+ - "3.6"
+
+# allow_failures:
+# - name: "Python >3.6"
+# python:
+# - "3.7" # not available in travis with 14.04 ubuntu base.
+# dist: xenial
16
17
sudo: false
18
0 commit comments