From a5fbd781ccc9b64483cc499c375fa6e0e99ade1d Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 29 Oct 2017 12:42:29 +0100 Subject: Project skeleton --- run_tests | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run_tests (limited to 'run_tests') diff --git a/run_tests b/run_tests new file mode 100755 index 0000000..ad9eb3d --- /dev/null +++ b/run_tests @@ -0,0 +1,5 @@ +#!/bin/sh + +python3 -m pytest -s +pyflakes3 . +pycodestyle . -- cgit v1.2.3