feat: add interactive deployment and switch to poetry #2

Merged
williamluke merged 19 commits from lum/easy-token-deployment into master 2022-03-16 06:37:49 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ed7f3eeff5 - Show all commits

View File

@ -15,7 +15,7 @@ steps:
# Install dependencies
- pip install poetry
- poetry install
- poetry run pylint cic
- poetry run pylint cic --fail-under=8.00
- poetry run pytest
environment:
LOGLEVEL: info