Skip to content

Commit

Permalink
Added tests for django1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokiky committed Jul 25, 2015
1 parent 6d39040 commit 18348fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
install_requires=[
'Django>=1.6,<1.8',
'Django>=1.6,<1.9',
],
include_package_data=True,
zip_safe=False,
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py33,py34}-django{16,17}, flake8, docs
envlist = {py27,py33,py34}-django{16,17,18}, flake8, docs

[testenv]
basepython =
Expand All @@ -10,6 +10,7 @@ deps = testfixtures
coverage
django16: Django>=1.6,<1.7
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
commands =
pip install -e .
coverage run --source ./reportmail {envdir}/bin/django-admin.py test --settings=tests.settings
Expand Down

0 comments on commit 18348fe

Please sign in to comment.