kopia lustrzana https://github.com/collective/icalendar
we also run on python 3.4
rodzic
85b608853f
commit
b0148d61a7
1
setup.py
1
setup.py
|
@ -39,6 +39,7 @@ setuptools.setup(
|
|||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
# to run for a specific environment, use ``tox -e ENVNAME``
|
||||
[tox]
|
||||
envlist = py26,py27,py33
|
||||
envlist = py26,py27,py33,py34
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Ładowanie…
Reference in New Issue