Skip to content

Commit 601ab80

Browse files
committed
travis setup
1 parent 3d4c6ab commit 601ab80

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

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

3939
script:
4040
- docker-compose up --build --detach firebase_deploy
41-
- docker build --tag postgres --file postgres/Dockerfile-dev postgres/
42-
- docker run --detach --publish 5432:5432 --name postgres -e POSTGRES_DB="$POSTGRES_DB" -e POSTGRES_USER="$POSTGRES_USER" -e POSTGRES_PASSWORD="$POSTGRES_PASSWORD" postgres
43-
- docker-compose run mapswipe_workers python -m unittest tests/integration/test_gdal.py
44-
# - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
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/
4543
# - TODO: Run black and flake8
4644

4745
# before_deploy:

0 commit comments

Comments
 (0)