summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-05-05 14:57:10 -0700
committerAdam Hupp <adam@hupp.org>2020-05-05 14:57:10 -0700
commitfeae58b90c40d6f35ae2f4a921e938f4307e2822 (patch)
tree43b59a118f977c0f1a897da3f07c35481031e51d /README.md
parent62f4c78f19965d8ff6a1072bc09c61b11d1277f6 (diff)
downloadpython-magic-feae58b90c40d6f35ae2f4a921e938f4307e2822.tar.gz
- update tox config to run w/out setup.py
- document test running process
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa8b087..09b545b 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,20 @@ tracker here: https://bugs.astron.com/my_view_page.php. If you're not
sure where the bug lies feel free to file an issue on GitHub and I can
triage it.
+## Running the tests
+
+To run the tests across 3 recent Ubuntu LTS releases (depends on Docker):
+
+ $ ./test_docker.sh
+
+To run tests locally across all available python versions:
+
+ $ ./test/run.py
+
+To run against a specific python version:
+
+ $ LC_ALL=en_US.UTF-8 python3 test/test.py
+
## Versioning
Minor version bumps should be backwards compatible. Major bumps are not.