mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 19:40:13 +03:00
Merge remote-tracking branch 'upstream/master' into bimp-jwt-docs
This commit is contained in:
commit
c8ee276f5f
|
@ -29,6 +29,7 @@ matrix:
|
||||||
env: TOXENV=dist
|
env: TOXENV=dist
|
||||||
script:
|
script:
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
|
- rm -r djangorestframework.egg-info # see #6139
|
||||||
- tox --installpkg ./dist/djangorestframework-*.whl
|
- tox --installpkg ./dist/djangorestframework-*.whl
|
||||||
- tox # test sdist
|
- tox # test sdist
|
||||||
|
|
||||||
|
@ -44,7 +45,7 @@ matrix:
|
||||||
- env: DJANGO=2.1
|
- env: DJANGO=2.1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox tox-travis
|
- pip install tox tox-venv tox-travis
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
# Just to keep things like ./manage.py test happy
|
|
Loading…
Reference in New Issue
Block a user