Commit c6bee395 authored by Peter Parente's avatar Peter Parente

Test on Travis with Python 3.7

parent 15b4215d
dist: xenial
language: python language: python
python: python:
- 3.6 - 3.7
sudo: required sudo: required
services: services:
- docker - docker
install: install:
- pip install --upgrade pip
- make dev-env - make dev-env
script: script:
- set -e - set -e
- make test/docs docs - make docs
- make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1" - make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"
...@@ -60,9 +60,6 @@ dev-env: ## install libraries required to build docs and run tests ...@@ -60,9 +60,6 @@ dev-env: ## install libraries required to build docs and run tests
docs: ## build HTML documentation docs: ## build HTML documentation
make -C docs html make -C docs html
test/docs: ## check links in Sphinx documentation
make -C docs
test/%: ## run tests against a stack test/%: ## run tests against a stack
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test @TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment