瀏覽代碼

Create .travis.yml

Oz 11 年之前
父節點
當前提交
9ebddf629b
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: python
+python:
+  - "2.7"
+  
+# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
+install: pip install -r requirements.txt
+# command to run tests, e.g. python setup.py test
+script:  python setup.py test