Merge pull request #855 from jdufresne/unpin

Unpin test requirements to ensure compatibility with latest releases
This commit is contained in:
Bojan Mihelac 2018-11-05 09:05:57 +01:00 committed by GitHub
commit ec76a028b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
sphinx
sphinx-rtd-theme
mysqlclient
psycopg2==2.6.1
psycopg2

View File

@ -9,9 +9,9 @@ envlist =
[testenv]
commands=python {toxinidir}/tests/manage.py test core
deps=
openpyxl==2.4.11
openpyxl
tablibdev: -egit+https://github.com/kennethreitz/tablib.git#egg=tablib
tablibstable: tablib==0.12.1
tablibstable: tablib
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11