mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-27 17:54:08 +03:00
Workaround to avoid pip-8 installation.
This commit is contained in:
parent
e7fbd264ca
commit
1a7e81b00b
|
@ -3,6 +3,9 @@ language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- VIRTUALENV_NO_PIP=True
|
||||||
|
matrix:
|
||||||
- TOX_ENV=py27-lint
|
- TOX_ENV=py27-lint
|
||||||
- TOX_ENV=py27-docs
|
- TOX_ENV=py27-docs
|
||||||
- TOX_ENV=py35-django19
|
- TOX_ENV=py35-django19
|
||||||
|
|
Loading…
Reference in New Issue
Block a user