Skip to content

Commit cf20a42

Browse files
committed
travis path to tests inside docker
1 parent 601ab80 commit cf20a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ install:
3838

3939
script:
4040
- 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/
41+
- docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/unittests/
42+
- docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
4343
# - TODO: Run black and flake8
4444

4545
# before_deploy:

0 commit comments

Comments
 (0)