kopia lustrzana https://github.com/collective/icalendar
testing python2.5. test version fix for dateutil 1.5. Fixes #68
rodzic
0457124bf3
commit
f100fc2839
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ shortdesc = 'iCalendar parser/generator'
|
|||
longdesc = open('README.rst').read()
|
||||
longdesc += open('CHANGES.rst').read()
|
||||
longdesc += open('LICENSE.rst').read()
|
||||
tests_require = ['unittest2', 'python-dateutil']
|
||||
tests_require = ['unittest2', 'python-dateutil==1.5']
|
||||
|
||||
setuptools.setup(
|
||||
name='icalendar',
|
||||
|
|
5
tox.ini
5
tox.ini
|
@ -1,5 +1,6 @@
|
|||
[tox]
|
||||
envlist = py24,py27
|
||||
envlist = py24,py25,py27
|
||||
#envlist = py24,py27
|
||||
#envlist = py24,py25,py26,py27,py32
|
||||
|
||||
[testenv]
|
||||
|
@ -7,7 +8,7 @@ deps =
|
|||
icalendar
|
||||
unittest2
|
||||
coverage
|
||||
python-dateutil
|
||||
python-dateutil==1.5
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run --source=icalendar --omit=*tests* {envbindir}/unit2 discover icalendar []
|
||||
|
|
Ładowanie…
Reference in New Issue