Browse Source

drop coveralls installation from travis ci

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

+ 0 - 4
.travis.yml View File

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