Skip to content

Commit 52fdce2

Browse files
author
matthias_schaub
committed
Correct syntax error and disable integration tests
1 parent b789d4c commit 52fdce2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ install:
2121
- pip install black flake8 isort
2222

2323
script:
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.

0 commit comments

Comments
 (0)