Skip to content

Commit

Permalink
Merge pull request #5 from novafloss/5-django-1.8
Browse files Browse the repository at this point in the history
Django 1.8 migration
  • Loading branch information
brunobord committed Jun 22, 2016
2 parents 51c83c9 + d06e3f5 commit 3a8c32f
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
Expand Up @@ -3,6 +3,7 @@ python: 2.7
env:
- TOX_ENV=py27-django16
- TOX_ENV=py27-django17
- TOX_ENV=py27-django18
- TOX_ENV=flake8
script: tox -e $TOX_ENV
install:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## master

* Nothing changed yet.
* Django 1.8 compatibility, thank you ``tox`` (#5).

## v0.0.5

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist = py27-django{16,17},flake8
envlist = py27-django{16,17,18},flake8

[testenv]
usedevelop = True
deps =
django16: Django>=1.6,<1.7
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
flake8: flake8
commands =
pip install -e demo/
Expand Down

0 comments on commit 3a8c32f

Please sign in to comment.