Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
talos committed Feb 27, 2017
1 parent 09330e2 commit b9126db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ travis-etl-unittest:
recessionporn/bigmetadata /bin/bash -c \
'nosetests -v \
tests/test_meta.py tests/test_util.py tests/test_carto.py \
tests/test_tabletasks.py tests/test_metadata.py'
tests/test_tabletasks.py && \
nosetests -v tests/test_metadata.py'

restore:
docker-compose run --rm -d bigmetadata pg_restore -U docker -j4 -O -x -e -d gis $(RUN_ARGS)
Expand Down

0 comments on commit b9126db

Please sign in to comment.