File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ matrix:
46
46
# http://dev.mysql.com/downloads/mysql/5.7.html has latest development release version
47
47
# really only need libaio1 for DB builds however libaio-dev is whitelisted for container builds and liaio1 isn't
48
48
install :
49
- - pip install -U coveralls unittest2 coverage cryptography pytest pytest-cov
49
+ - pip install -U coveralls coverage cryptography pytest pytest-cov
50
50
51
51
before_script :
52
52
- ./.travis/initializedb.sh
@@ -55,9 +55,9 @@ before_script:
55
55
- export COVERALLS_PARALLEL=true
56
56
57
57
script :
58
- - pytest -v --cov-config .coveragerc pymysql
58
+ - pytest -v --cov --cov -config .coveragerc pymysql
59
59
- if [ "${TEST_AUTH}" = "yes" ];
60
- then pytest -v --cov-config .coveragerc tests;
60
+ then pytest -v --cov --cov -config .coveragerc tests;
61
61
fi
62
62
- if [ ! -z "${DB}" ];
63
63
then docker logs mysqld;
You can’t perform that action at this time.
0 commit comments