1
0
Fork 0

CI: Add py3-pytest job

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/879/head
Fabian P. Schmidt 2020-01-03 01:35:25 +01:00 committed by Alfredos-Panagiotis Damkalis
parent 257c3c2b84
commit 2e906cfe31
1 changed files with 9 additions and 0 deletions

View File

@ -81,6 +81,15 @@ test:
- apt-get install -y ruby-sass
script:
- tox -e deps,py2-pytest
test3:
stage: test
image: ${GITLAB_CI_IMAGE_PYTHON3}
before_script:
- pip install "$GITLAB_CI_PYPI_TOX"
- apt-get update
- apt-get install -y ruby-sass
script:
- tox -e deps,py3-pytest
docker:
stage: deploy
image: ${GITLAB_CI_IMAGE_DOCKER}