Skip to content

Commit

Permalink
Test GeoServer and CKAN engines at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn authored Jul 7, 2021
1 parent 811647f commit 1e19d2c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ python:
stages:
- lint
- test
- ckan_e2e_tests_py3
- geoserver_e2e_tests_py3
- name: deploy-pip
if: tag =~ ^\d+\.\d+\.\d+$
- name: deploy-conda
Expand Down Expand Up @@ -64,21 +62,24 @@ after_success:

jobs:
include:
- stage: lint
- name: Lint
stage: lint
python: "3.6"
install:
- pip install flake8
script:
- flake8

- stage: geoserver_e2e_tests_py3
- name: GeoServer Tests
stage: test
python: "3.6"
before_install:
- . travis/setup_geoserver_e2e_tests.sh
script:
- . travis/run_geoserver_e2e_tests.sh

- stage: ckan_e2e_tests_py3
- name: CKAN Tests
stage: test
python: "3.6"
before_install:
- . travis/setup_ckan_e2e_tests.sh
Expand Down

0 comments on commit 1e19d2c

Please sign in to comment.