Преглед изворни кода

Trying to work around travis osx issues

Adam Kelly пре 6 година
родитељ
комит
5bae48a6e5
1 измењених фајлова са 5 додато и 4 уклоњено
  1. 5 4
      .travis.yml

+ 5 - 4
.travis.yml

@@ -1,10 +1,11 @@
 language: python
-# python:
-#   - "2.7.15"
-#   - "3.6.6"
-#   - "3.7-dev"
+python:
+  - "2.7.15"
+  - "3.6.6"
+  - "3.7-dev"
 
 os: osx
+osx_image: xcode9.3
 
 git:
   depth: false