Skip to content

Commit

Permalink
Support django 2.1, python 3.7
Browse files Browse the repository at this point in the history
No functional changes needed.
  • Loading branch information
mfogel committed Sep 15, 2018
1 parent 88442f8 commit d7069b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ Changelog

* 3.0rc1 (2018-04-23)

* Support django 1.11, 2.0
* Support django 1.11, 2.0, 2.1
* Add support for python 3.7
* Change default human-readable timezone names to exclude underscores
(`#32`__ & `#37`__)

Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ envlist =
coverage-clean,
py27-django111-{sqlite,postgres},
py34-{django111,django20}-{sqlite,postgres},
py35-{django111,django20}-{sqlite,postgres},
py36-{django111,django20}-{sqlite,postgres},
py35-{django111,django20,django21}-{sqlite,postgres},
py36-{django111,django20,django21}-{sqlite,postgres},
py37-{django20,django21}-{sqlite,postgres},
coverage-report,
flake8

Expand All @@ -14,6 +15,7 @@ deps =
coverage
django111: django>=1.11,<2.0
django20: django>=2.0,<2.1
django21: django>=2.1,<2.2
postgres: psycopg2-binary
setenv =
PYTHONPATH = {toxinidir}
Expand Down

0 comments on commit d7069b7

Please sign in to comment.