mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
tox.ini: Test on Python 3.3 as well as 2.7 and 3.2
I just copied the 3.2 environment for 3.3. They should be similar, but it's possible some packages have extra issues on 3.3.
This commit is contained in:
parent
5466ffd614
commit
763244dad5
1 changed files with 13 additions and 1 deletions
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