Explorar el Código

Travis: Also run CI on macOS

Ask Solem hace 8 años
padre
commit
d34c387777
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -3,6 +3,9 @@ sudo: false
 cache: false
 python:
     - '3.5'
+os:
+    - linux
+    - osx
 env:
   global:
     PYTHONUNBUFFERED=yes