Browse Source

update coveralls link

Damien ACCORSI 10 years ago
parent
commit
b2815cbfa0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml View File

@@ -19,12 +19,14 @@ install:
19 19
   - "./bin/tg2env-patch 1 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
20 20
   - "pip install -r install/requirements.txt; echo"
21 21
   - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
22
+  - "pip install coveralls"
22 23
   
23 24
 before_script:
24 25
   - "psql -c 'create database tracim_test;' -U postgres"
25 26
   - "cp tracim/development.ini.base tracim/development.ini"
26 27
 
27 28
 # command to run tests
28
-script: cd tracim && nosetests --with-coverage --cover-package=tracim
29
-
29
+script: "cd tracim && nosetests -v --with-coverage --cover-package=tracim --cover-erase"
30 30
 
31
+after_success:
32
+- coveralls