Attempt to add Travis CI support#34
Conversation
f2d031a to
1ed8af7
Compare
|
👍 looking forward to it, thx. |
|
If you setup |
b8208e4 to
900248d
Compare
900248d to
096f2f5
Compare
0be043b to
14dfac7
Compare
… `coverage` is present." This reverts commit 14dfac7.
This reverts commit f4c4617.
|
Alright, this works. I'm rolling back the coverage support during testing as it will require a change to |
|
Nice. @0x00b1 what do you think? It runs the unit tests - I like. IMHO - getting the travis build status is the big win we wanted. Code coverage would be nice, but we wouldn't act on the results for a while at least. |
|
There could be a way to workaround this using |
|
Scratch that. It was picking up the wrong sphinx. |
|
Added a doc building step, as well. |
|
Tried to better lay out my rational for my design choices above. |
Attempt to add Travis CI support
How this works.
conda. Makes it really easy to installnumpyand the sort. Also, uses binaries so it is really fast (no build time). Usually, has recent versions.conda's so we don't care about it.pipto install the latestpython-javabridge. Easy to do. Likely what someone will do when installing themselves.sphinxdocs with thehtmltarget. Just verifies thedocscan still be built. May provide elucidating warnings in-case somebody isn't following correct syntax.python-javabridge.