We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601ab80 commit cf20a42Copy full SHA for cf20a42
.travis.yml
@@ -38,8 +38,8 @@ install:
38
39
script:
40
- docker-compose up --build --detach firebase_deploy
41
- - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory mapswipe_workers/tests/unittests/
42
- - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory mapswipe_workers/tests/integration/
+ - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/unittests/
+ - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
43
# - TODO: Run black and flake8
44
45
# before_deploy:
0 commit comments