Skip to content

Commit 3ba024e

Browse files
author
matthias_schaub
committed
Run integration tests in Travis.
1 parent 9c0dc8b commit 3ba024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script:
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-
# TODO: - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
30+
- docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
3131

3232
# before_deploy:
3333
# # SSH setup to deploy to server after build.

0 commit comments

Comments
 (0)