aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-02-21 14:38:47 -0800
committerbnewbold <bnewbold@robocracy.org>2016-02-21 14:38:47 -0800
commit55793bd3624e4695ad731776b96bd8abcb3e4109 (patch)
tree891948ed1fe9d00487c3162d2dd0f2f997e4a7db
parentdda60a976419681c2cd9c02423235a7b1cf70a34 (diff)
downloadPyX.jl-55793bd3624e4695ad731776b96bd8abcb3e4109.tar.gz
PyX.jl-55793bd3624e4695ad731776b96bd8abcb3e4109.zip
README: how to run tests
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d013970..84af320 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,10 @@ There are no installation instructions.
## Notes and Caveats
+To run tests, do something like:
+
+ JULIA_LOAD_PATH=src julia test/runtests.jl
+
PyX >= 0.13 (2013) is Python3 only. PyX <= 0.12.1 is Python2.
Instead of Python's `None`, use Julia's `nothing`.