mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Changelog for #210, and test with Python3.7
This commit is contained in:
parent
4c17dd805f
commit
710da65f04
2 changed files with 3 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -4,6 +4,7 @@ Version History
|
|||
Version 0.9.1 (unreleased)
|
||||
--------------------------
|
||||
* Removed old compatibility code for Django < 1.11 (#205, thanks @claudep)
|
||||
* Allow overriding rosetta login url (#210, thanks @izimobil)
|
||||
|
||||
|
||||
Version 0.9.0
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -3,6 +3,7 @@ envlist =
|
|||
flake8,
|
||||
{py27,py36}-django111,
|
||||
py36-django{20,21},
|
||||
py37-django{20,21},
|
||||
gettext,docs
|
||||
|
||||
skipsdist = True
|
||||
|
|
@ -23,6 +24,7 @@ deps =
|
|||
|
||||
py27-django{17,18,19,110,111}: python-memcached
|
||||
py36-django{17,18,19,110,111,20,21}: python3-memcached
|
||||
py37-django{20,21}: python3-memcached
|
||||
# py27-django18: pudb
|
||||
requests
|
||||
polib>=1.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue