Browse Source

Brings back coveralls in travis-ci

Adrien Panay 8 years ago
parent
commit
8f2349e52e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml View File

16
 
16
 
17
 install:
17
 install:
18
   - cd tracim && python setup.py develop; cd -
18
   - cd tracim && python setup.py develop; cd -
19
+  - echo coveralls >> install/requirements.txt; echo
19
   - pip install -r install/requirements.txt; echo
20
   - pip install -r install/requirements.txt; echo
20
 
21
 
21
 before_script:
22
 before_script:
37
 
38
 
38
 # command to run tests
39
 # command to run tests
39
 script: "cd ${TRAVIS_BUILD_DIR}/tracim && nosetests -c ${TRAVIS_BUILD_DIR}/tracim/test.ini -v --with-coverage --cover-package=tracim --cover-erase"
40
 script: "cd ${TRAVIS_BUILD_DIR}/tracim && nosetests -c ${TRAVIS_BUILD_DIR}/tracim/test.ini -v --with-coverage --cover-package=tracim --cover-erase"
41
+
42
+after_success:
43
+- coveralls