mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge branch 'pr/687'
This commit is contained in:
commit
86f8743b1b
3 changed files with 17 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
|
- "3.3"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq ruby-sass
|
- sudo apt-get install -qq ruby-sass
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -41,8 +41,10 @@ setup(
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'License :: OSI Approved :: GNU Affero General Public License v3',
|
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python :: 2.6',
|
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
|
'Programming Language :: Python :: 3.2',
|
||||||
|
'Programming Language :: Python :: 3.3',
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
14
tox.ini
14
tox.ini
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27,py32
|
envlist = py27,py32,py33
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
|
|
@ -61,3 +61,15 @@ deps =
|
||||||
# {distshare}/smartypants-1.6.0.3.zip
|
# {distshare}/smartypants-1.6.0.3.zip
|
||||||
# {distshare}/typogrify-2.0.0.zip
|
# {distshare}/typogrify-2.0.0.zip
|
||||||
# {distshare}/webassets-0.8.dev.zip
|
# {distshare}/webassets-0.8.dev.zip
|
||||||
|
|
||||||
|
[testenv:py33]
|
||||||
|
deps =
|
||||||
|
nose
|
||||||
|
unittest2py3k
|
||||||
|
mock
|
||||||
|
Markdown
|
||||||
|
BeautifulSoup4
|
||||||
|
feedgenerator
|
||||||
|
# {distshare}/smartypants-1.6.0.3.zip
|
||||||
|
# {distshare}/typogrify-2.0.0.zip
|
||||||
|
# {distshare}/webassets-0.8.dev.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue