Selaa lähdekoodia

update travis config

Bastien Sevajol 10 vuotta sitten
vanhempi
commit
800586b3ad
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml Näytä tiedosto

3
   - "3.4"
3
   - "3.4"
4
 install:
4
 install:
5
   - "pip install -r tests_requirements.txt"
5
   - "pip install -r tests_requirements.txt"
6
+  - "pip install python-coveralls"
6
 script:
7
 script:
7
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
8
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
8
 after_success:
9
 after_success:
9
-  - coveralls
10
+  - coveralls