ソースを参照

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