8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58276d1 commit c3fee50Copy full SHA for c3fee50
.travis.yml
@@ -42,7 +42,7 @@ matrix:
42
# http://dev.mysql.com/downloads/mysql/5.7.html has latest development release version
43
# really only need libaio1 for DB builds however libaio-dev is whitelisted for container builds and liaio1 isn't
44
install:
45
- - pip install -U coveralls unittest2 coverage cryptography pytest
+ - pip install -U coveralls unittest2 coverage cryptography pytest pytest-cov
46
47
before_script:
48
- ./.travis/initializedb.sh
@@ -53,7 +53,7 @@ before_script:
53
script:
54
- coverage run ./runtests.py
55
- if [ "${TEST_AUTH}" = "yes" ];
56
- then pytest -v tests;
+ then pytest -v --cov-config .coveragerc tests;
57
fi
58
- if [ ! -z "${DB}" ];
59
then docker logs mysqld;
0 commit comments