We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a9fc1 commit 6c095eeCopy full SHA for 6c095ee
.travis.yml
@@ -51,7 +51,6 @@ jobs:
51
## install miniconda (using git pyctdev)
52
- pip install -e . && doit miniconda_install && pip uninstall -y doit pyctdev && rm -f .doit.db
53
- export PATH="$HOME/miniconda/bin:$PATH"
54
- - conda install -y "python=3.6" # required because conda-build isn't noarch, so otherwise causes python downgrade later on
55
## build conda package (using git pyctdev)
56
- pip install -e . && doit ecosystem_setup && doit package_build $CHANNELS && pip uninstall -y doit pyctdev && rm -f .doit.db
57
## install conda package to use for rest of tests
0 commit comments