Browse Source

Trying to work around travis osx issues

Adam Kelly 6 years ago
parent
commit
5bae48a6e5
1 changed files with 5 additions and 4 deletions
  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