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 3a908bc commit d3d8e02Copy full SHA for d3d8e02
.ci/travis_build_conda.sh
@@ -10,6 +10,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
10
# Switch to miniconda
11
source "$HOME/miniconda/etc/profile.d/conda.sh"
12
hash -r
13
+ conda activate base
14
conda config --set always_yes yes --set changeps1 no
15
conda update -q conda
16
conda install conda-build
@@ -18,8 +19,6 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
18
19
conda config --add channels domdfcoding || exit 1
20
conda config --add channels conda-forge || exit 1
21
- python -m anaconda || exit 1
22
-
23
conda build conda --output-folder conda/dist
24
25
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do
0 commit comments