Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request jazzband#149 from craigbruce/master
Browse files Browse the repository at this point in the history
Add more Django/Python to travis/tox
  • Loading branch information
masci committed Sep 25, 2014
2 parents 0a217b6 + 754592c commit 5ed4f50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ env:
- TOX_ENV=py27-django14
- TOX_ENV=py27-django15
- TOX_ENV=py27-django16
- TOX_ENV=py27-django17
- TOX_ENV=py33-django15
- TOX_ENV=py33-django16
- TOX_ENV=py33-django17
- TOX_ENV=py34-django15
- TOX_ENV=py34-django16
- TOX_ENV=py34-django17
- TOX_ENV=docs

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

* Python 2.6, 2.7, 3.3, 3.4
* Django 1.4, 1.5, 1.6, 1.7rc1
* Django 1.4, 1.5, 1.6, 1.7

Installation
------------
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps =
[testenv:py27-django17]
basepython = python2.7
deps =
https://www.djangoproject.com/download/1.7c1/tarball/
Django<1.8
{[testenv]deps}

[testenv:py33-django15]
Expand All @@ -74,7 +74,7 @@ deps =
[testenv:py33-django17]
basepython = python3.3
deps =
https://www.djangoproject.com/download/1.7c1/tarball/
Django<1.8
{[testenv]deps}

[testenv:py34-django15]
Expand All @@ -93,7 +93,7 @@ deps =
[testenv:py34-django17]
basepython = python3.4
deps =
https://www.djangoproject.com/download/1.7c1/tarball/
Django<1.8
{[testenv]deps}

[testenv:docs]
Expand Down

0 comments on commit 5ed4f50

Please sign in to comment.