Bastien Sevajol 10 anos atrás
pai
commit
52a63ec1dd
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Ver arquivo

8
   - 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
9
 after_success:
9
 after_success:
10
   - coveralls
10
   - coveralls
11
+