Remove matrix in place of Jobs.

This commit is contained in:
guy 2020-01-28 16:44:40 +01:00
parent 6cd6364857
commit fec4cbb897
1 changed files with 1 additions and 3 deletions

View File

@ -17,6 +17,7 @@ jobs:
- black . --check --exclude '\.venv/|venv/|\.local/|\.cache/|cache/|\.git/|migrations/'
allow_failures:
- stage: format
fast_finish: true
python:
- "3.6"
@ -27,9 +28,6 @@ env:
- DJANGO_VERSION=django-22
- DJANGO_VERSION=django-30
matrix:
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements_test.txt