Skip to content

Commit d3d8e02

Browse files
committed
Trying to fix travis/conda deployment
1 parent 3a908bc commit d3d8e02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
1010
# Switch to miniconda
1111
source "$HOME/miniconda/etc/profile.d/conda.sh"
1212
hash -r
13+
conda activate base
1314
conda config --set always_yes yes --set changeps1 no
1415
conda update -q conda
1516
conda install conda-build
@@ -18,8 +19,6 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
1819
conda config --add channels domdfcoding || exit 1
1920
conda config --add channels conda-forge || exit 1
2021

21-
python -m anaconda || exit 1
22-
2322
conda build conda --output-folder conda/dist
2423

2524
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do

0 commit comments

Comments
 (0)