diff --git a/.circleci/config.yml b/.circleci/config.yml index 299aa8a..5167773 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,7 @@ jobs: name: Launching tests command: | . venv/bin/activate + pip install -r requirements/dev.txt python3.7 -m flask db upgrade python3.7 -m flask test deploy-heroku: @@ -60,7 +61,7 @@ jobs: - run: command: | git config --global push.default matching - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git mainhero + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke test command: |