Remove uwsgi from testing
This commit is contained in:
parent
73615afa77
commit
35ecc2800f
|
@ -10,7 +10,7 @@ py37-django22:
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install --no-install-recommends -t buster-backports -y
|
apt-get install --no-install-recommends -t buster-backports -y
|
||||||
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
||||||
python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
||||||
script: tox -e py37
|
script: tox -e py37
|
||||||
|
|
||||||
py38-django22:
|
py38-django22:
|
||||||
|
@ -23,7 +23,7 @@ py38-django22:
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install --no-install-recommends -y
|
apt-get install --no-install-recommends -y
|
||||||
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
python3-django python3-django-casclient python3-django-reversion python3-djangorestframework
|
||||||
python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox
|
||||||
script: tox -e py37
|
script: tox -e py37
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
|
|
|
@ -46,6 +46,7 @@ python3 -m venv venv --system-site-packages
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install mysqlclient~=1.4.0 # si base MySQL
|
pip install mysqlclient~=1.4.0 # si base MySQL
|
||||||
|
pip install uwsgi~=2.0.18 # si production
|
||||||
./entrypoint.sh # lance en shell
|
./entrypoint.sh # lance en shell
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ python-stdnum~=1.10
|
||||||
djangorestframework~=3.9.0
|
djangorestframework~=3.9.0
|
||||||
pyyaml~=3.13
|
pyyaml~=3.13
|
||||||
coreapi~=2.3.3
|
coreapi~=2.3.3
|
||||||
uwsgi~=2.0.18
|
|
||||||
|
|
Loading…
Reference in New Issue