aboutsummaryrefslogtreecommitdiffstats
path: root/bin/test.bat
diff options
context:
space:
mode:
authorJohn Peter Yamauchi <jpyamauchi@gmail.com>2020-08-06 12:02:01 -0500
committerJohn Peter Yamauchi <jpyamauchi@gmail.com>2020-08-06 12:02:01 -0500
commitd40956bd3350e6ae2a6e5758eb169b7889299ce6 (patch)
tree39cedd14aaeac25012f78b6edd9ba645609b6a4c /bin/test.bat
parent9d972bfa792c08d4f3ce6a6b7cfd9877f801b5e3 (diff)
downloadscreenplain-d40956bd3350e6ae2a6e5758eb169b7889299ce6.tar.gz
Add Windows support
Diffstat (limited to 'bin/test.bat')
-rw-r--r--bin/test.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/test.bat b/bin/test.bat
new file mode 100644
index 0000000..9c75fa3
--- /dev/null
+++ b/bin/test.bat
@@ -0,0 +1,2 @@
+nosetests --nocapture --with-doctest --doctest-tests
+pycodestyle --ignore=E402,W504 screenplain tests