Skip to content

Commit

Permalink
update lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed May 2, 2017
1 parent f7dcc54 commit cb1ba31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
env:
global:
- DRF="djangorestframework==3.5.3"
- DRF="djangorestframework==3.6.2"
matrix:
- DJANGO="django==1.8.16"
- DJANGO="django==1.9.11"
- DJANGO="django==1.10.3"
- DJANGO="django==1.10.3" LINT=1
- DJANGO="django==1.8.18"
- DJANGO="django==1.10.7"
- DJANGO="django==1.11"
- DJANGO="django==1.11" LINT=1
install:
- pip install $DJANGO
- pip install $DRF
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enhanced support for [natural keys] in Django and [Django REST Framework]. Extr

[![Travis Build Status](https://img.shields.io/travis/wq/django-natural-keys/master.svg)](https://travis-ci.org/wq/django-natural-keys)
[![Python Support](https://img.shields.io/pypi/pyversions/natural-keys.svg)](https://pypi.python.org/pypi/natural-keys)
[![Django Support](https://img.shields.io/badge/Django-1.8%2C%201.9%2C%201.10-blue.svg)](https://pypi.python.org/pypi/natural-keys)
[![Django Support](https://img.shields.io/badge/Django-1.8%2C%201.10%2C%201.11-blue.svg)](https://pypi.python.org/pypi/natural-keys)


## Usage
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def parse_markdown_readme():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Database',
],
test_suite='tests',
Expand Down

0 comments on commit cb1ba31

Please sign in to comment.