Skip to content

Commit

Permalink
updates version lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Darko committed May 28, 2015
1 parent efa20d0 commit c26d844
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arbitrary swappable models in your own reusable apps.
[![Build Status](https://travis-ci.org/wq/django-swappable-models.svg?branch=master)](https://travis-ci.org/wq/django-swappable-models)
[![PyPI Package](https://pypip.in/version/swapper/badge.svg?style=flat)](https://pypi.python.org/pypi/swapper)

Tested on Python 2.7 and 3.4, with Django 1.6, 1.7, and 1.8.
Tested on Python 2.6, 2.7, and 3.4, with Django 1.6, 1.7, and 1.8.

## Motivation

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
envlist =
py{27,33}-django16-{noswap,swap},
py{26,27,33}-django16-{noswap,swap},
py{27,33,34}-django{17,18}-{noswap,swap}

[tox:travis]
2.6 = py26-django{16}-{noswap,swap}
2.7 = py27-django{16,17,18}-{noswap,swap}
3.3 = py33-django{17,18}-{noswap,swap}
3.4 = py34-django{17,18}-{noswap,swap}
Expand Down

0 comments on commit c26d844

Please sign in to comment.