Parcourir la source

Travis Debugging

Adam Kelly il y a 6 ans
Parent
commit
219fa55452
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -1,8 +1,8 @@
 language: python
-python:
-  - "2.7.15"
-  - "3.6.6"
-  - "3.7-dev"
+# python:
+#   - "2.7.15"
+#   - "3.6.6"
+#   - "3.7-dev"
 
 os: osx