diff options
author | John Peter Yamauchi <jpyamauchi@gmail.com> | 2020-08-06 12:02:01 -0500 |
---|---|---|
committer | John Peter Yamauchi <jpyamauchi@gmail.com> | 2020-08-06 12:02:01 -0500 |
commit | d40956bd3350e6ae2a6e5758eb169b7889299ce6 (patch) | |
tree | 39cedd14aaeac25012f78b6edd9ba645609b6a4c /bin/test.bat | |
parent | 9d972bfa792c08d4f3ce6a6b7cfd9877f801b5e3 (diff) | |
download | screenplain-d40956bd3350e6ae2a6e5758eb169b7889299ce6.tar.gz |
Add Windows support
Diffstat (limited to 'bin/test.bat')
-rw-r--r-- | bin/test.bat | 2 |
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 |