Create version check utility and add to code check.

Fixes #70
This commit is contained in:
Bob Lantz
2012-10-04 19:02:27 -07:00
parent 93f9b956e4
commit 9c0ed88c72
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ clean:
codecheck: $(PYSRC)
-echo "Running code check"
util/versioncheck.py
pyflakes $(PYSRC)
pylint --rcfile=.pylint $(PYSRC)
pep8 --repeat --ignore=$(P8IGN) $(PYSRC)