Skip to content

Commit a4d6630

Browse files
committed
travis: Remove unittest2
1 parent a500fcd commit a4d6630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ matrix:
4646
# http://dev.mysql.com/downloads/mysql/5.7.html has latest development release version
4747
# really only need libaio1 for DB builds however libaio-dev is whitelisted for container builds and liaio1 isn't
4848
install:
49-
- pip install -U coveralls unittest2 coverage cryptography pytest pytest-cov
49+
- pip install -U coveralls coverage cryptography pytest pytest-cov
5050

5151
before_script:
5252
- ./.travis/initializedb.sh
@@ -55,9 +55,9 @@ before_script:
5555
- export COVERALLS_PARALLEL=true
5656

5757
script:
58-
- pytest -v --cov-config .coveragerc pymysql
58+
- pytest -v --cov --cov-config .coveragerc pymysql
5959
- if [ "${TEST_AUTH}" = "yes" ];
60-
then pytest -v --cov-config .coveragerc tests;
60+
then pytest -v --cov --cov-config .coveragerc tests;
6161
fi
6262
- if [ ! -z "${DB}" ];
6363
then docker logs mysqld;

0 commit comments

Comments
 (0)