diff options
author | ville <ville@localhost> | 2009-11-16 20:10:22 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-16 20:10:22 +0000 |
commit | 6ea15dda00316af43f659cd485b4abeed90f7484 (patch) | |
tree | 26ab51ec4ef01d3771a150b31d6aa0122ee6d38b /misc | |
parent | a9fb4405804c6ee60775b59ad4cda7a0458f3974 (diff) | |
download | markup-validator-6ea15dda00316af43f659cd485b4abeed90f7484.zip markup-validator-6ea15dda00316af43f659cd485b4abeed90f7484.tar.gz markup-validator-6ea15dda00316af43f659cd485b4abeed90f7484.tar.bz2 |
Note Python 2.6 dependency.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/testsuite/README.cvs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/testsuite/README.cvs b/misc/testsuite/README.cvs index 2b31a89..2ea0b0d 100644 --- a/misc/testsuite/README.cvs +++ b/misc/testsuite/README.cvs @@ -3,3 +3,6 @@ This is the automated test suite for the <a href="http://validator.w3.org/">W3C HTML validation service</a>, a python-based framework checking the markup validator against its <a href="http://validator.w3.org/dev/tests/">support and regression tests</a>. </p> +<p> +Requires: Python 2.6 +</p> |