Skip to content

Commit

Permalink
Merge pull request #123 from django-oscar/feature/update-travis-and-docs
Browse files Browse the repository at this point in the history
Updated Django and Oscar versions. Removed 1.10 from docs
  • Loading branch information
Martijn Jacobs committed Apr 23, 2018
2 parents 75809ad + 7fe4e39 commit 7b8f2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ python:
- '3.6'

env:
- DJANGO=Django==1.8.18 OSCAR=django-oscar==1.5.1
- DJANGO=Django==1.10.8 OSCAR=django-oscar==1.5.1
- DJANGO=Django==1.11.9 OSCAR=django-oscar==1.5.1
- DJANGO=Django==1.8.19 OSCAR=django-oscar==1.5.3
- DJANGO=Django==1.11.12 OSCAR=django-oscar==1.5.3

before_install:
- pip install codecov
Expand Down
9 changes: 2 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ This version of Oscar API is compatbile with python 2.7 / 3.5 / 3.6 and the foll

Django 1.8:
~~~~~~~~~~~
- Oscar 1.5.1
- Oscar 1.5.3
- requires `djangorestframework<3.7`, and `django-tables2<1.17.0`

Django 1.10:
~~~~~~~~~~~~
- Osccar 1.5.1
- requires `djangorestframework>=3.4`

Django 1.11:
~~~~~~~~~~~~
- Osccar 1.5.1
- Osccar 1.5.3
- requires `djangorestframework>=3.4`


Expand Down

0 comments on commit 7b8f2de

Please sign in to comment.