mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Merge ee454e508a
into 99382f3ccb
This commit is contained in:
commit
5778a3183f
|
@ -1,4 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
|
cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
@ -37,7 +38,8 @@ matrix:
|
||||||
- env: DJANGO=master
|
- env: DJANGO=master
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox tox-travis
|
- pip install --upgrade pip
|
||||||
|
- pip install tox tox-travis wheel
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user