Browse Source

Fix conda error

master
Isuru Fernando 5 years ago committed by Wenzel Jakob
parent
commit
9712cbd7e9
  1. 2
      .travis.yml

2
.travis.yml

@ -50,7 +50,7 @@ install:
python -m pip install 'pybind11>=2.3' python -m pip install 'pybind11>=2.3'
python -m pip install --verbose dist/*.tar.gz python -m pip install --verbose dist/*.tar.gz
elif [ -n "$CONDA" ]; then elif [ -n "$CONDA" ]; then
conda build conda.recipe conda build conda.recipe --python $CONDA
conda install --use-local python_example conda install --use-local python_example
fi fi
script: script:

Loading…
Cancel
Save