Explorar el Código

[update] travis-ci :boom:

jhao hace 6 años
padre
commit
446d252799
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      .travis.yml

+ 5 - 2
.travis.yml

@@ -1,7 +1,10 @@
 language: python
 python:
-  - 2.7
-  # - nightly
+  - "2.7"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+  - "3.7"
 os:
   - linux
 install: