Add ci #1

Merged
mwalbeck merged 7 commits from add-ci into master 2021-01-21 21:19:36 +00:00
Showing only changes of commit bd989d59e2 - Show all commits

View File

@ -5,7 +5,7 @@ name: python-3-8-tests
steps:
- name: run tests
image: mwalbeck/python-poetry:1.1-3.8-alpine
image: mwalbeck/python-poetry:1.1-3.8-debian
environment:
APP_DIR: determine_docker_tags
POETRY_VIRTUALENVS_CREATE: "false"
@ -25,7 +25,7 @@ name: python-3-9-tests
steps:
- name: run tests
image: mwalbeck/python-poetry:1.1-3.9-alpine
image: mwalbeck/python-poetry:1.1-3.9-debian
environment:
APP_DIR: determine_docker_tags
POETRY_VIRTUALENVS_CREATE: "false"