Browse Source

Brings back coveralls in travis-ci

Adrien Panay 7 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,6 +16,7 @@ addons:
16 16
 
17 17
 install:
18 18
   - cd tracim && python setup.py develop; cd -
19
+  - echo coveralls >> install/requirements.txt; echo
19 20
   - pip install -r install/requirements.txt; echo
20 21
 
21 22
 before_script:
@@ -37,3 +38,6 @@ before_script:
37 38
 
38 39
 # command to run tests
39 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