summaryrefslogtreecommitdiff
path: root/README-TESTING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README-TESTING.txt')
-rw-r--r--README-TESTING.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README-TESTING.txt b/README-TESTING.txt
new file mode 100644
index 0000000..56f914a
--- /dev/null
+++ b/README-TESTING.txt
@@ -0,0 +1,13 @@
+Various ways of pre-release testing:
+
+- manual, current install
+
+ python -m unittest discover tests/
+
+- cross-version
+
+ tox
+
+- automatic
+
+ (active on drone.io, script saved in drone.sh)