cleanups; bump version

This commit is contained in:
Tobias Oberstein 2015-11-16 18:05:35 +01:00
parent 27d5cd3881
commit e903475289
4 changed files with 26 additions and 5 deletions

View file

@ -13,3 +13,9 @@ publish: clean
python setup.py sdist upload
python setup.py bdist_egg upload
python setup.py bdist_wininst upload
test_version:
PYTHONPATH=. python -m scour.scour --version
test_help:
PYTHONPATH=. python -m scour.scour --help