Skip to content

Commit

Permalink
update official support versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Apr 10, 2015
1 parent 5faa4ec commit 2084d58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ python:
- "3.4"
env:
matrix:
- DJANGO="django==1.6.11" REST="djangorestframework==2.4.4"
- DJANGO="django==1.6.11" REST="djangorestframework==3.1.1"
- DJANGO="django==1.7.7" REST="djangorestframework==2.4.4"
- DJANGO="django==1.7.7" REST="djangorestframework==3.1.1"
- DJANGO="django==1.8" REST="djangorestframework==2.4.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DRP does not include any JavaScript code, leaving the implementation of interact
[![Build Status](https://travis-ci.org/wq/django-rest-pandas.svg?branch=master)](https://travis-ci.org/wq/django-rest-pandas)
[![PyPI Package](https://pypip.in/version/rest-pandas/badge.svg?style=flat)](https://pypi.python.org/pypi/rest-pandas)

Tested on Python 2.7 & 3.4, with Django 1.6 & 1.7, and Django REST Framework 2.4 & 3.1.
Tested on Python 2.7 & 3.4, with Django 1.7 & 1.8, and Django REST Framework 2.4 & 3.1.

## Live Demo

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.

|Build Status| |PyPI Package|

Tested on Python 2.7 & 3.4, with Django 1.6 & 1.7, and Django REST
Tested on Python 2.7 & 3.4, with Django 1.7 & 1.8, and Django REST
Framework 2.4 & 3.1.

Live Demo
Expand Down

0 comments on commit 2084d58

Please sign in to comment.