File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ install:
2121 - pip install black flake8 isort
2222
2323script :
24- - black --ckeck mapswipe_workers
24+ - black --check mapswipe_workers
2525 - flake8 --count --config mapswipe_workers/setup.cfg mapswipe_workers
2626 - isort --check --settings-file mapswipe_workers/setup.cfg mapswipe_workers
2727 - docker-compose up --build --detach firebase_deploy
2828 - docker-compose up --build --detach postgres
2929 - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/unittests/
30- - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
31- # - TODO: Run black and flake8
30+ # TODO: - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
3231
3332# before_deploy:
3433# # SSH setup to deploy to server after build.
You can’t perform that action at this time.
0 commit comments