summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck3
1 files changed, 1 insertions, 2 deletions
diff --git a/check b/check
index 1584dca..df52aa5 100755
--- a/check
+++ b/check
@@ -1,5 +1,4 @@
#!/bin/sh
nosetests3 --with-coverage --cover-erase --cover-package=lesana
-pyflakes3 .
-pycodestyle .
+flake8 .