aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2020-08-27 00:12:50 +0200
committerGitHub <noreply@github.com>2020-08-27 00:12:50 +0200
commitbc719b69c84f2a84a83d12b00090e10570c8510b (patch)
tree39cedd14aaeac25012f78b6edd9ba645609b6a4c /bin
parent9d972bfa792c08d4f3ce6a6b7cfd9877f801b5e3 (diff)
parentd40956bd3350e6ae2a6e5758eb169b7889299ce6 (diff)
downloadscreenplain-bc719b69c84f2a84a83d12b00090e10570c8510b.tar.gz
Merge pull request #61 from jpyams/master
Add Windows support
Diffstat (limited to 'bin')
-rwxr-xr-xbin/screenplain6
-rw-r--r--bin/test.bat2
2 files changed, 2 insertions, 6 deletions
diff --git a/bin/screenplain b/bin/screenplain
deleted file mode 100755
index e28cb73..0000000
--- a/bin/screenplain
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-import sys
-
-if __name__ == '__main__':
- from screenplain.main import main
- main(sys.argv[1:])
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