don't use migrations to run tests

This commit is contained in:
Andreas Zweili 2019-10-14 21:53:19 +02:00
parent c48f43af32
commit f0d3491511
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ run: venv
python3 sensors
test: venv/development
pytest --cov=. --cov-report=term sensors/
pytest --nomigrations --cov=. --cov-report=term sensors/
venv/development:
test -d venv || python3 -m venv venv