diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-05 13:14:53 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-05 16:16:47 -0400 |
commit | 84f6fc774ef06c44ddb03df67636e68d4d53cb40 (patch) | |
tree | 51596732f049f17cd0b76dc2f1379b381d83e036 /TODO | |
parent | 3ad62ec14d7218bd8b3636a6d8f0f9c5fbe16db2 (diff) | |
download | PyX.jl-travis-debug.tar.gz PyX.jl-travis-debug.zip |
Fix travis CI builds (py2.7 and py3.5); update TODOtravis-debug
This took some epic Travis/Julia/Python munging because of Travis's
weird python path setup, and it will probably break as soon as python
is upgraded from 3.5 to 3.6 on their servers.
Might be useful to other Julia Python-wrapping libraries!
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,4 +0,0 @@ -- lots of temporary files (.log, .dvi, etc) get left around. need to somehow - tell python to exit cleanly at the end, and maybe also use a different - temporary directory. -- travis: figure out how to do both Python2 and Python3 tests |