It's better with tox

This commit is contained in:
Alexandre Iooss 2020-09-23 20:42:01 +02:00
parent 8d76bd255a
commit 73615afa77
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ py37-django22:
apt-get update &&
apt-get install --no-install-recommends -t buster-backports -y
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi
python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
script: tox -e py37
py38-django22:
@ -23,7 +23,7 @@ py38-django22:
apt-get update &&
apt-get install --no-install-recommends -y
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi
python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
script: tox -e py37
linters: