diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-01-20 17:03:16 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-01-20 17:03:16 -0500 |
commit | 50f872c78f8b894996f81176d5e03f4a6bbe8efd (patch) | |
tree | 16d6118b70cc9b171d733cba89b3ff81457b1c60 /README.txt | |
parent | 5b42f5cd27c9fec84f5932557c335f88eb769a05 (diff) |
More script noodling.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -209,9 +209,9 @@ Here's how to run the tests on Python 2.7: Here's how to do it with Python 3.2: - $ ./convert-python3.2 - $ cd python3.2/bs4 - $ python3.2 -m unittest discover -s bs4 + $ ./convert-py3k + $ cd py3k/bs4 + $ python3 -m unittest discover -s bs4 The script test-all-versions will run the tests twice, once on Python -2.7 and once on Python 3.2. +2.7 and once on Python 3. |