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 d3a5d5ba43
commit a7c1019975
1 changed files with 1 additions and 1 deletions

View File

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