fix fk migrate

This commit is contained in:
long2ice
2020-05-14 23:49:07 +08:00
parent 2da90ecca6
commit a79f5c1dc6
8 changed files with 681 additions and 72 deletions

View File

@@ -9,11 +9,3 @@ commands=
make ci
deps =
-r requirements-dev.txt
[testenv:pypy3]
deps =
-r tests/requirements-pypy.txt
setenv =
PYTEST_ADDOPTS="--no-cov"
commands=
make _testall