Skip to content

Commit da9995b

Browse files
committed
Fix pypy testrun
1 parent 5e0f061 commit da9995b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ test_mysql:
6262
$(py_warn) TORTOISE_TEST_DB="mysql://root:$(TORTOISE_MYSQL_PASS)@127.0.0.1:3306/test_\{\}" py.test --cov-append --cov-report=
6363

6464
_testall: test_sqlite test_postgres test_mysql_myisam test_mysql
65-
coverage report
6665

6766
testall: deps _testall
67+
coverage report
6868

6969
ci: check testall
7070

0 commit comments

Comments
 (0)