support --version

This commit is contained in:
clowwindy
2015-02-09 14:43:11 +08:00
parent 783a6ef7f2
commit dfd81af844
6 changed files with 16 additions and 11 deletions

View File

@ -27,7 +27,7 @@ function run_test {
python --version
coverage erase
mkdir tmp
run_test pep8 .
run_test pep8 --ignore=E402 .
run_test pyflakes .
run_test coverage run tests/nose_plugin.py -v
run_test python setup.py sdist