diff options
author | Stephen Finucane <stephen.finucane@intel.com> | 2015-08-21 15:32:06 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2015-09-17 17:39:44 +0100 |
commit | c1c3f73c0a98996e1347353864e9367ac69edf33 (patch) | |
tree | 721a38f3e3b71fac7316b0bd86aadbd8bbbc0b45 /docs | |
parent | 6b80f4fd8d654055127872350b8667315e7a54d7 (diff) | |
download | patchwork-c1c3f73c0a98996e1347353864e9367ac69edf33.tar patchwork-c1c3f73c0a98996e1347353864e9367ac69edf33.tar.gz |
tox: Update versions of Django to be tested
Since patchwork now supports Django 1.8 and no longer support 1.5, it
is necessary to update the tox targets to validate this new subset of
supported Django versions.
In addition, the paths to the requirements.txt files were not updated
as part of a rebase. Correct this oversight.
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-base.txt | 2 | ||||
-rw-r--r-- | docs/requirements-prod.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/requirements-base.txt b/docs/requirements-base.txt index 77dc829..58b34ec 100644 --- a/docs/requirements-base.txt +++ b/docs/requirements-base.txt @@ -1,2 +1,2 @@ +MySQL-python==1.2.5 python-dateutil==1.5 -Django<1.8,>=1.7 diff --git a/docs/requirements-prod.txt b/docs/requirements-prod.txt index 24f97ce..f2c440a 100644 --- a/docs/requirements-prod.txt +++ b/docs/requirements-prod.txt @@ -1,2 +1,2 @@ -MySQL-python==1.2.5 +Django<1.9,>=1.8 -r requirements-base.txt |