aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-05 13:14:53 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-05 16:16:47 -0400
commit84f6fc774ef06c44ddb03df67636e68d4d53cb40 (patch)
tree51596732f049f17cd0b76dc2f1379b381d83e036 /TODO
parent3ad62ec14d7218bd8b3636a6d8f0f9c5fbe16db2 (diff)
downloadPyX.jl-84f6fc774ef06c44ddb03df67636e68d4d53cb40.tar.gz
PyX.jl-84f6fc774ef06c44ddb03df67636e68d4d53cb40.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--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index bf515bd..0000000
--- a/TODO
+++ /dev/null
@@ -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