Explorar el Código

[add]add travis

j_hao hace 9 años
padre
commit
6b2275067a
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: python
+python:
+  - 2.7
+  # - nightly
+os:
+  - linux
+install:
+  - pip install -r requirements.txt