Drop python 3.2 support and move to python 3.3.

Jinja 2.7 (released 2013-05-20) supports only Python3 >=3.3 so it is time to
drop Python 3.2 and move to 3.3
This commit is contained in:
Simon Conseil 2013-05-26 12:44:32 +02:00
commit 7057d3742b
6 changed files with 22 additions and 61 deletions

34
tox.ini
View file

@ -1,29 +1,8 @@
# This tests the unified codebase (py26-py32) of Pelican.
# This tests the unified codebase (py27, py33) of Pelican.
# depends on some external libraries that aren't released yet.
#
# To run Pelican, you will already have checked out and installed them.
#
# Now we must tell tox about this package, otherwise tox would load the old
# libraries from PyPi.
#
# Run tox from the libraries source tree. It will save its package in
# the distshare directory from where the tests here will pick it up.
#
# Do that for
# https://github.com/dmdm/smartypants.git
#
# and typogrify:
# https://github.com/dmdm/typogrify/tree/py3k
#
# CAVEAT:
# -------
#
# Please be aware that my port of typogrify is just 2to3'd.
# It is not backwards compatible with Python 2.
[tox]
envlist = py27,py32,py33
envlist = py27,py33
[testenv]
commands =
@ -37,15 +16,6 @@ deps =
BeautifulSoup4
typogrify
[testenv:py32]
deps =
mock
Markdown
BeautifulSoup4
feedgenerator
# {distshare}/smartypants-1.6.0.3.zip
# {distshare}/typogrify-2.0.0.zip
[testenv:py33]
deps =
mock