We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c472dec commit 8111532Copy full SHA for 8111532
1 file changed
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
install:
22
- conda update conda --yes
23
- conda config --add channels conda-forge
24
- - if [ "$PYTHON" = "3.8" ]; then conda create -n testenv --yes --channel conda-forge/label/pre-3.8 pip python=$PYTHON matplotlib; else conda create -n testenv --yes pip python=$PYTHON matplotlib; fi
+ - if [ "$PYTHON" = "3.8" ]; then conda create -n testenv --yes --channel conda-forge/label/pre-3.8 pip python=$PYTHON; else conda create -n testenv --yes pip python=$PYTHON matplotlib; fi
25
- source activate testenv
26
- pip install .[dev]
27
0 commit comments