Install tox before running CI

This commit is contained in:
Yohann D'ANELLO 2020-09-24 11:46:47 +02:00
parent b68057d1a0
commit 7a02355c2d
1 changed files with 4 additions and 0 deletions

View File

@ -5,11 +5,15 @@ stages:
py38-django31:
stage: test
image: python:3-alpine
before_script:
- pip install tox --no-cache-dir
script: tox -e py38-django31
linters:
stage: quality-assurance
image: python:3-alpine
before_script:
- pip install tox --no-cache-dir
script: tox -e linters
# Be nice to new contributors, but please use `tox`