Merge remote-tracking branch 'upstream/master' into bimp-jwt-docs

This commit is contained in:
Matheus Cansian 2018-08-29 10:23:04 -03:00
commit c8ee276f5f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +0,0 @@
# Just to keep things like ./manage.py test happy