diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 09:05:34 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 09:05:34 -0500 |
commit | 428752ad43d7e9925f8e8b1ff884a41efb451a93 (patch) | |
tree | 7211986cde383b3a09cbba25990ad00c52a4151b /test-all-versions | |
parent | 3735979bf73206eb3638c14581eb74459ab85e87 (diff) |
Added the scripts I use to run the unit tests on both versions.
Diffstat (limited to 'test-all-versions')
-rwxr-xr-x | test-all-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-all-versions b/test-all-versions new file mode 100755 index 0000000..01e436b --- /dev/null +++ b/test-all-versions @@ -0,0 +1 @@ +python2.7 -m unittest discover -s bs4 && ./convert-py3k |