summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSimon Conseil <contact@saimon.org>2013-05-26 12:44:32 +0200
committerSimon Conseil <contact@saimon.org>2013-06-02 16:23:36 +0200
commit7057d3742bfdbed91dec87c315686024758d9ed2 (patch)
tree8579d199e413a61df58b60523d97339c73534e34 /tox.ini
parent427a5ca3c38a7ac32d3e894691124470fd054011 (diff)
downloadpelican-7057d3742bfdbed91dec87c315686024758d9ed2.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini34
1 files changed, 2 insertions, 32 deletions
diff --git a/tox.ini b/tox.ini
index 65f398bc..d9d759e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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