diff .travis.yml @ 5780:307a051e314e

Reset to known good state. Leave commented out trial to get 3.7 working.
author John Rouillard <rouilj@ieee.org>
date Sun, 09 Jun 2019 21:34:10 -0400
parents 455d68ccbad9
children 6d750ae6efe5
line wrap: on
line diff
--- a/.travis.yml	Sun Jun 09 21:21:58 2019 -0400
+++ b/.travis.yml	Sun Jun 09 21:34:10 2019 -0400
@@ -1,18 +1,18 @@
 language: python
 
-matrix:
-  include:
-    - "Python <= 3.6"
-      python:
-        - "2.7"
-        - "3.4"
-        - "3.5"
-        - "3.6"
-  allow_failures:
-    - name: "Python >3.6"
-      python:
-        - "3.7"
-      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
 
 sudo: false
 

Roundup Issue Tracker: http://roundup-tracker.org/