This commit is contained in:
INADA Naoki
2017-02-19 20:59:39 +09:00
parent 2c0485f246
commit d587e81a7f

View File

@ -17,7 +17,7 @@ services:
install:
- pip install -U pip
- pip install -U mock coverage pytest pytest-cov
- pip install -U mock coverage pytest pytest-cov codecov
env:
global:
@ -32,5 +32,8 @@ script:
- pip install -e .
- py.test --cov ./MySQLdb
after_succes:
- codecov
# vim: sw=2 ts=2 sts=2