aboutsummaryrefslogtreecommitdiff
path: root/run_tests
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_tests b/run_tests
new file mode 100755
index 0000000..b609f1f
--- /dev/null
+++ b/run_tests
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+nose2-3 --with-coverage --coverage-report=term
+flake8 .