Bastien Sevajol 9 gadus atpakaļ
vecāks
revīzija
539567dfb8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Parādīt failu

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
+