mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 03:20:12 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e86b08a98f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user