* Better error handling for Conda searching (thanks to bgruening). * Update against the latest Galaxy codebase. * Add Galaxy tool linting to ensure versions are PEP 440 compliant (thanks to davebx).
---------------------
18.5.7
---------------------
* More tool testing client fixes, this time for ephemeris.
---------------------
18.5.6
---------------------
* Bring in the latest Galaxy dev branch - includes code cleanup and many Python 3 fixes from nsoranzo as well as client code for executing tool tests against external Galaxy instances. * Extend tool testing client from Galaxy's dev branch with even more data collection for compatiblity with Planemo.
---------------------
18.5.5
---------------------
* Fix mulled to use shlex.quote to escape single quotes in test command (thanks to mbargull). * Make markupsafe a dependency since it is import unconditionally in galaxy.tools.toolbox (thanks to mbargull). * Python 3 fix for assertion testing.
---------------------
18.5.4
---------------------
* Make conda image for mulled builds configurable via an environment variable (thanks to mbargull).