Changed check targets to not execute pep8 and pyflakes.

Jenkins does that automatically.
This commit is contained in:
Duncan McGreggor 2012-09-10 17:37:40 -07:00
parent b5b5e40199
commit 956a228366
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
check:
tox
tox -e py26,py27