mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Simplfies CI config + Pins dep versions
This commit is contained in:
parent
3bd8a225d4
commit
3f07966477
|
@ -12,9 +12,12 @@ jobs:
|
||||||
executor: docker/docker
|
executor: docker/docker
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pip install --user -r dev-requirements.txt
|
- run:
|
||||||
- run: pip install --user -r dj_rest_auth/tests/requirements.pip
|
command: cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
|
||||||
- run: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
|
name: Install Static Test Dependencies
|
||||||
|
- run:
|
||||||
|
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
|
||||||
|
name: Install Specific Django + DRF Deps.
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
mkdir -p test-results/
|
mkdir -p test-results/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--editable .
|
--editable .
|
||||||
responses>=0.5.0
|
responses>=0.5.0
|
||||||
djangorestframework-simplejwt==4.4.0
|
djangorestframework-simplejwt==4.4.0
|
||||||
django-allauth
|
django-allauth>=0.25.0
|
||||||
coveralls>=1.11.1
|
coveralls>=1.11.1
|
|
@ -1,4 +1,4 @@
|
||||||
django-allauth>=0.25.0
|
django-allauth>=0.25.0
|
||||||
responses>=0.3.0
|
responses>=0.5.0
|
||||||
flake8==2.4.0
|
flake8==2.4.0
|
||||||
djangorestframework-simplejwt==4.4.0
|
djangorestframework-simplejwt==4.4.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user