Explorar el Código

update travis config

Bastien Sevajol hace 9 años
padre
commit
800586b3ad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml Ver fichero

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