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 c611893 commit d50c835Copy full SHA for d50c835
1 file changed
tox.ini
@@ -52,6 +52,8 @@ usedevelop = true
52
commands =
53
mysql: mysql -u root -h {env:DB_HOST} --password={env:DB_PASSWORD} --protocol tcp -e 'drop database if exists test_cities_light_test;'
54
postgresql: psql -U postgres -h {env:DB_HOST} -c 'drop database if exists test_cities_light_test;'
55
+ postgresql: python test_project/manage.py makemigrations --check --dry-run
56
+ mysql: python test_project/manage.py makemigrations --check --dry-run
57
pytest -v --cov cities_light --create-db --strict -r fEsxXw {posargs:src}
58
allowlist_externals =
59
mysql
0 commit comments