test against django 1.11b1

This commit is contained in:
Marco Bonetti 2017-02-21 12:02:26 +01:00
parent 67285f2174
commit 46475e156c
2 changed files with 6 additions and 3 deletions

View file

@ -4,6 +4,7 @@ Version 0.7.13 (unreleased)
---------------------------
* Search in comments, too (PR #174, thanks @torchingloom)
* Added `ROSETTA_SHOW_AT_ADMIN_PANEL` setting to display add a link to Rosetta from the admin app index page. (PR #176, thanks @scream4ik)
* Test against Django 1.11b1
Version 0.7.12

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py27-django17,
{py27,py35}-django{18,19,110},
{py27,py36}-django{18,19,110,111b1},
gettext,docs
skipsdist = True
@ -21,8 +21,10 @@ deps =
django18: Django==1.8.11
django19: Django==1.9.4
django110: Django==1.10
py27-django{17,18,19,110}: python-memcached
py35-django{17,18,19,110}: python3-memcached
django111b1: Django==1.11b1
py27-django{17,18,19,110,111b1}: python-memcached
py36-django{17,18,19,110,111b1}: python3-memcached
# py27-django18: pudb
requests
polib>=1.0.6