瀏覽代碼

add support for Travis CI

Damien ACCORSI 10 年之前
父節點
當前提交
f15b6116db
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      .travis.yml

+ 13 - 0
.travis.yml 查看文件

@@ -0,0 +1,13 @@
1
+language: python
2
+python:
3
+  - "3.2"
4
+  - "3.3"
5
+  - "3.4"
6
+# command to install dependencies
7
+install:
8
+  - "cd tracim && python setup.py develop && cd -"
9
+  - "pip install -r install/requirements.txt"
10
+  - "./bin/tg2env-patch tg2env/"
11
+  
12
+# command to run tests
13
+script: nosetests --with-coverage --cover-package=tracim