Update Travis to use dev docker build

This commit is contained in:
Angelos Tzotsos
2021-01-02 13:32:24 +02:00
parent 295ce4e239
commit 3ccaed04f3
+1 -1
View File
@@ -66,7 +66,7 @@ install:
- pip3 install -r requirements-provider.txt
- python3 setup.py install
# verify docker build
- docker build -t geopython/pygeoapi:latest .
- docker build --build-arg BUILD_DEV_IMAGE=true -t geopython/pygeoapi:latest .
before_script:
- sleep 20