We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0011c3 commit ba8e483Copy full SHA for ba8e483
.travis.yml
@@ -27,7 +27,8 @@ before_install:
27
- conda info -a
28
29
install:
30
- - conda env create --file ci/environment.yml
+ - conda install -c conda-forge mamba
31
+ - mamba env create --file ci/environment.yml
32
- source activate proplot-dev
33
- conda list
34
- which conda
ci/environment.yml
@@ -5,7 +5,7 @@ name: proplot-dev
5
channels:
6
- conda-forge
7
dependencies:
8
- - python==3.7
+ - python==3.8
9
- numpy
10
- pandas
11
- xarray
0 commit comments