fnp
/
django-cas-provider.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
aa7e322
)
Just upgrade versions.
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 9 Jan 2019 11:17:03 +0000
(12:17 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Wed, 9 Jan 2019 11:17:03 +0000
(12:17 +0100)
setup.py
patch
|
blob
|
history
tox.ini
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
13f9101
..
60c37c8
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
setup(
long_description=read('README.rst'),
zip_safe=False,
install_requires=[
long_description=read('README.rst'),
zip_safe=False,
install_requires=[
- 'Django>=1.5,<
1.9
',
+ 'Django>=1.5,<
2.2
',
'lxml',
],
classifiers = [
'lxml',
],
classifiers = [
diff --git
a/tox.ini
b/tox.ini
index
2a4c5fb
..
97e9d22
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-1,7
+1,11
@@
[tox]
envlist=clear,
[tox]
envlist=clear,
- d1{5,6}-py{26,27,32,33},
- d{17,18,d}-py{27,32,33,34},
+ d1{5,6}-py{27},
+ d{17,18}-py{27,34},
+ d{19,110}-py{27,34,35},
+ d111-py{27,34,35,36,37},
+ d20-py{34,35,36,37},
+ d21-py{35,36,37},
stats
[testenv]
stats
[testenv]
@@
-10,22
+14,18
@@
deps=
d15: Django>=1.5,<1.6
d16: Django>=1.6,<1.7
d17: Django>=1.7,<1.8
d15: Django>=1.5,<1.6
d16: Django>=1.6,<1.7
d17: Django>=1.7,<1.8
- d18: https://www.djangoproject.com/download/1.8b2/tarball/
- dd: https://github.com/django/django/zipball/master
+ d18: Django>=1.8,<1.9
+ d19: Django>=1.9,<1.10
+ d110: Django>=1.10,<1.11
+ d111: Django>=1.11,<2.0
+ d20: Django>=2.0,<2.1
+ d21: Django>=2.1,<2.2
d15,d16: https://bitbucket.org/andrewgodwin/south/get/e2c9102ee033.zip
coverage
d15,d16: https://bitbucket.org/andrewgodwin/south/get/e2c9102ee033.zip
coverage
-basepython=
- py26: python2.6
- py27: python2.7
- py32: python3.2
- py33: python3.3
- py34: python3.4
[testenv:clear]
[testenv:clear]
-basepython=python3.4
commands=coverage erase
[testenv:stats]
commands=coverage erase
[testenv:stats]
-basepython=python3.4
commands=coverage html
commands=coverage html