Skip to content

Commit

Permalink
Add rasdaman url env var to test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Nov 3, 2020
1 parent e27ea10 commit 70b7039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
dist: bionic
language: python
services:
- redis
python:
- "3.6"
addons:
Expand All @@ -23,7 +21,7 @@ env:
- CPLUS_INCLUDE_PATH=/usr/include/gdal
- C_INCLUDE_PATH=/usr/include/gdal
- GOOGLE_APPLICATION_CREDENTIALS=./storage.json
- REDIS_URL=redis://127.0.0.1
- RASDAMAN_URL=http://rasdaman:9876/

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down
1 change: 1 addition & 0 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ services:
API_VERSION: v1
CT_URL: http://mymachine:9000
CT_REGISTER_MODE: auto
RASDAMAN_URL: http://rasdaman:9876/
command: test

0 comments on commit 70b7039

Please sign in to comment.