fnp
/
fnpdjango.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1af3efe
)
Test with Django 1.8, 1.9
0.2.1
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 4 Jan 2016 13:29:56 +0000
(14:29 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 4 Jan 2016 13:29:56 +0000
(14:29 +0100)
setup.py
patch
|
blob
|
history
tox.ini
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
34ddc29
..
e923074
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-22,7
+22,7
@@
def whole_trees(package_dir, paths):
setup(
name='fnpdjango',
setup(
name='fnpdjango',
- version='0.2',
+ version='0.2
.1
',
author='Radek Czajka',
author_email='radekczajka@nowoczesnapolska.org.pl',
url = '',
author='Radek Czajka',
author_email='radekczajka@nowoczesnapolska.org.pl',
url = '',
@@
-32,7
+32,7
@@
setup(
'fnpdjango.management.commands': ['babel.cfg'],
},
install_requires=[
'fnpdjango.management.commands': ['babel.cfg'],
},
install_requires=[
- 'Django>=1.4,<1.
8
',
+ 'Django>=1.4,<1.
10
',
'textile==2.2a',
],
dependency_links=[
'textile==2.2a',
],
dependency_links=[
diff --git
a/tox.ini
b/tox.ini
index
981f570
..
cf4976a
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-5,7
+5,9
@@
envlist=clear,
d14-py{26,27},
d1{5,6}-py{26,27,32,33},
envlist=clear,
d14-py{26,27},
d1{5,6}-py{26,27,32,33},
- d{17,d}-py{27,32,33,34},
+ d17-py{27,32,33,34},
+ d18-py{27,32,33,34,35},
+ d{19,d}-py{27,34,35},
stats
[testenv]
stats
[testenv]
@@
-16,6
+18,8
@@
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: Django>=1.8,<1.9
+ d19: Django>=1.9,<1.10
dd: https://github.com/django/django/zipball/master
coverage
install_command =
dd: https://github.com/django/django/zipball/master
coverage
install_command =