diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-02-21 14:38:47 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-02-21 14:38:47 -0800 |
commit | 55793bd3624e4695ad731776b96bd8abcb3e4109 (patch) | |
tree | 891948ed1fe9d00487c3162d2dd0f2f997e4a7db | |
parent | dda60a976419681c2cd9c02423235a7b1cf70a34 (diff) | |
download | PyX.jl-55793bd3624e4695ad731776b96bd8abcb3e4109.tar.gz PyX.jl-55793bd3624e4695ad731776b96bd8abcb3e4109.zip |
README: how to run tests
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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`. |