Explorar el Código

Removed osx from travis build.

nuwan_ag hace 10 años
padre
commit
718e5fdd05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ language: python
 python: 2.7
 os:
   - linux
-  - osx
+#  - osx
 env:
   - TOX_ENV=py27
   - TOX_ENV=py33