Browse Source

add support for Travis CI

Damien ACCORSI 10 years ago
parent
commit
f15b6116db
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .travis.yml

+ 13 - 0
.travis.yml View File

@@ -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