This commit is contained in:
Mariusz Felisiak 2018-08-24 22:58:38 +00:00 committed by GitHub
commit 8b66cb1cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,6 @@ matrix:
allow_failures: allow_failures:
- env: DJANGO=master - env: DJANGO=master
- env: DJANGO=2.1
install: install:
- pip install tox tox-venv tox-travis - pip install tox tox-venv tox-travis

View File

@ -53,7 +53,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements # Requirements
* Python (2.7, 3.4, 3.5, 3.6) * Python (2.7, 3.4, 3.5, 3.6)
* Django (1.11, 2.0) * Django (1.11, 2.0, 2.1)
# Installation # Installation

View File

@ -84,7 +84,7 @@ continued development by **[signing up for a paid plan][funding]**.
REST framework requires the following: REST framework requires the following:
* Python (2.7, 3.4, 3.5, 3.6) * Python (2.7, 3.4, 3.5, 3.6)
* Django (1.11, 2.0) * Django (1.11, 2.0, 2.1)
The following packages are optional: The following packages are optional: