Browse Source

[add]add travis

j_hao 9 years ago
parent
commit
6b2275067a
1 changed files with 8 additions and 0 deletions
  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