Remove migrate make command

This commit is contained in:
Arik Fraimovich
2014-03-25 10:19:11 +02:00
parent 0a22fb61dc
commit de41dc84af

View File

@@ -15,8 +15,5 @@ pack:
upload:
python bin/upload_version.py $(FULL_VERSION) $(FILENAME)
migrate:
source .env && PYTHONPATH=. python $(MIGRATION)
test:
nosetests --with-coverage --cover-package=redash tests/*.py