diff --git a/.travis.yml b/.travis.yml index 832feca..1e5af3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ install: python -m pip install 'pybind11>=2.3' python -m pip install --verbose dist/*.tar.gz elif [ -n "$CONDA" ]; then - conda build conda.recipe + conda build conda.recipe --python $CONDA conda install --use-local python_example fi script: