diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-03-01 22:26:00 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-03-03 14:41:45 -0800 |
commit | b20c077ec646fdc2612e31f3305e8cfcedae207b (patch) | |
tree | 3cd61686e989db4519b064d2e464aaef02a8ed2e /TODO | |
parent | 2076b57a9b33060bc88d2631297ae596ecacacfe (diff) | |
download | PyX.jl-b20c077ec646fdc2612e31f3305e8cfcedae207b.tar.gz PyX.jl-b20c077ec646fdc2612e31f3305e8cfcedae207b.zip |
add a Travis CI build file
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ - 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 |