Skip to content

Commit

Permalink
Revert "add Django-1.11 to testing matrix"
Browse files Browse the repository at this point in the history
This reverts commit f50f9d2.
  • Loading branch information
jrief committed Nov 8, 2017
1 parent c440b46 commit e1528fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ python:
env:
- DJANGOVER=django19
- DJANGOVER=django110
- DJANGOVER=django111
- TOX_ENV=docs

install:
Expand Down
1 change: 1 addition & 0 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ urllib3==1.22
virtualenv==13.1.2
wheel==0.24.0
bs4==0.0.1
djangoshop-stripe==0.3.4
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ def convert(filename, fmt):
include_package_data=True,
zip_safe=False,
install_requires=[
'Django>=1.9.12,<2.0',
'Django>=1.9.12,<1.11',
'django-post-office>=3.0.0',
'django-filer>=1.2.8',
'django-ipware>=1.1.1',
'django-fsm>=2.4.0',
'django-fsm-admin>=1.2.4',
'djangorestframework>=3.7.3',
'django-angular>=1.1.4',
'djangorestframework>=3.6.3',
'django-angular>=1.1.2',
'Django-Select2>=5.8.9',
'django-rest-auth>=0.9.1',
'django-admin-sortable2>=0.6.15',
'django-formtools>=1.0',
'djangocms-cascade>=0.14.4',
'djangocms-cascade>=0.14.1',
'bs4>=0.0.1',
],
# Note: this requires setuptools >= 18.0.
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean, py{27,34,35,36}-django{19,110,111}, coverage-report
envlist = coverage-clean, py{27,34,35,36}-django{19,110}, coverage-report

[testenv]
# usedevelop is needed to collect coverage data.
Expand All @@ -9,7 +9,6 @@ commands = coverage run -a {envbindir}/py.test example
deps =
django19: django<1.10
django110: django<1.11
django111: django<2.0
py27: -r{toxinidir}/requirements/test_py2.txt
py34: -r{toxinidir}/requirements/test_py3.txt
py35: -r{toxinidir}/requirements/test_py3.txt
Expand Down

0 comments on commit e1528fa

Please sign in to comment.