Latest commit f599a53 Jul 28, 2017 @daler daler committed on GitHub support an isolated bioconda-utils conda installation (#5227)
* paths to conda etc respect CONDARC

* properly use condarc and conda_root

* save git-range for subsequent PR

* replace conda.fetch.TmpDownload

* args and docstring

* load local config if exists

* functions for each arg so they can be combined with --bootstrap

* cleanup

* travis-setup.sh uses new simulate-travis.py --bootstrap

* ruamel.yaml -> yaml

* use python 3.6 in .travis.yaml

* py27 support in simulate-travis.py

* disable which to avoid py27 errors

* more fixes for travis

* urlcleanup for py2

* try py3 on travis again

* no sudo

* --force

* rmo py3 specificity

* update env immediately after install

* update env immediately after install

* channel order before reqs

* use full path for post-install work

* refactor .travis.yaml; try handling osx differently

* docs edits

* py2 compatibility for running in osx on travis-ci

* move SKIP_LINTING to defaults section

* minor indentation

* update bioconda-utils branch

* docstring and help updates

* be nice about pyyaml dep

* refactor into _update_env()

* root env uses condarc rather than .condarc

* --force -> --overwrite, to avoid collision with --force for bioconda-utils build

* add option to skip linting

* minor help text update

* additional force -> overwrite

* only adjust PATH at the very end

* expose --git-range to be used across lint and build steps

* add option to disable mulled-build

* explicitly update env at various steps

* --force -> --overwrite

* explicitly specify path to isolated conda

* revert some travis.yml changes since we are now py2/3 compat

* bump gffutils just for testing build

* add libgcc as runtime dep

* report what we've done

* point to master branch of bioconda-utils