summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-18 00:55:13 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-18 00:55:13 -0700
commit935b0d8f417e9abd3eda03bcd12d6a982e8a3f88 (patch)
treede8d464daf0472b965cd43bebf863a8d9681814e /README.md
parent7eeb60f60ed288aff3a0fd2a5aa34b1d14318b51 (diff)
downloadpystache-935b0d8f417e9abd3eda03bcd12d6a982e8a3f88.tar.gz
Pin virtualenv and tox versions in README for Python 2.4 support.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index da0014b..5644b7b 100644
--- a/README.md
+++ b/README.md
@@ -190,7 +190,8 @@ To test from a source distribution (without installing)--
To test Pystache with multiple versions of Python (with a single
command!), you can use [tox](http://pypi.python.org/pypi/tox):
- pip install tox
+ pip install 'virtualenv<1.8' # Version 1.8 dropped support for Python 2.4.
+ pip install 'tox<1.4' # Version 1.4 dropped support for Python 2.4.
tox
If you do not have all Python versions listed in `tox.ini`--