Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 2be7eb8cfa0640dbec5954de006bab3c10f700f2 https://github.com/galaxyproject/galaxy/commit/2be7eb8cfa0640dbec5954de006ba... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-02-03 (Sat, 03 Feb 2018) Changed paths: M .travis.yml M tox.ini Log Message: ----------- Add py34-first_startup and py34-unit tox environments Also: - rename `first_startup` to `py27-first_startup` - rename other tox environments to use hyphens only to delimit factors - use the more specific ``` setenv = GALAXY_VIRTUAL_ENV={envdir} ``` instead of passing `--no-create-venv` to run unit tests inside the tox virtualenv (xref. commit 744835bbfe8bb07041600326af2f2f5d203365f5). Previously, `.venv` would be used if present. Commit: 6346b9e30949cd72a57eb683abd9bbaf431dd732 https://github.com/galaxyproject/galaxy/commit/6346b9e30949cd72a57eb683abd9b... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-02-03 (Sat, 03 Feb 2018) Changed paths: M .ci/check_py3_compatibility.sh M .ci/flake8_blacklist.txt M .ci/flake8_wrapper.sh M .ci/flake8_wrapper_docstrings.sh M .gitignore Log Message: ----------- Ignore the future default Python3 virtualenv Commit: f2c6e083a15eab453ea7c94565464575b0356ae1 https://github.com/galaxyproject/galaxy/commit/f2c6e083a15eab453ea7c94565464... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2018-02-03 (Sat, 03 Feb 2018) Changed paths: M lib/galaxy/dependencies/pipfiles/develop/Pipfile M lib/galaxy/dependencies/pipfiles/develop/Pipfile.lock M lib/galaxy/dependencies/pipfiles/develop/pinned-hashed-requirements.txt M lib/galaxy/dependencies/pipfiles/develop/pinned-requirements.txt Log Message: ----------- twill and pygithub3 are not Python3-compatible Commit: 0a44e77a89f6533c7ceaad99ffb9942517989ea4 https://github.com/galaxyproject/galaxy/commit/0a44e77a89f6533c7ceaad99ffb99... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2018-02-03 (Sat, 03 Feb 2018) Changed paths: M lib/tool_shed/util/repository_util.py Log Message: ----------- Fix missing space Commit: 0b60de76b93edbfeae5560a3a531d27e31e027f6 https://github.com/galaxyproject/galaxy/commit/0b60de76b93edbfeae5560a3a531d... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-02-04 (Sun, 04 Feb 2018) Changed paths: M .ci/check_py3_compatibility.sh M .ci/flake8_blacklist.txt M .ci/flake8_wrapper.sh M .ci/flake8_wrapper_docstrings.sh M .gitignore M .travis.yml M lib/galaxy/dependencies/pipfiles/develop/Pipfile M lib/galaxy/dependencies/pipfiles/develop/Pipfile.lock M lib/galaxy/dependencies/pipfiles/develop/pinned-hashed-requirements.txt M lib/galaxy/dependencies/pipfiles/develop/pinned-requirements.txt M lib/tool_shed/util/repository_util.py M tox.ini Log Message: ----------- Merge pull request #5453 from nsoranzo/python3 Preparations for testing under Python3 Compare: https://github.com/galaxyproject/galaxy/compare/245394acb694...0b60de76b93e