Skip to content

Commit fefbf97

Browse files
authored
Merge pull request #399 from mapswipe/feature-private-projects
minor fixes #395
2 parents 13175d3 + 7b87823 commit fefbf97

15 files changed

+2
-1060
lines changed

.travis.yml

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

3939
script:
4040
- docker-compose up --build --detach firebase_deploy
41-
- docker-compose run --detach postgres postgres
41+
- docker build --tag mapswipe_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" mapswipe_postgres
4243
- docker-compose run mapswipe_workers python -m unittest tests/integration/test_gdal.py
4344
# - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
4445
# - TODO: Run black and flake8

mapswipe_workers/old/config/configuration.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

mapswipe_workers/old/config/example-configuration.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

mapswipe_workers/old/tests/__init__.py

Whitespace-only changes.

mapswipe_workers/old/tests/test_00_main.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

mapswipe_workers/old/tests/test_01_create_projects.py

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)