Skip to content

Commit ba8e483

Browse files
committed
Fix .travis integration bug
1 parent a0011c3 commit ba8e483

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ before_install:
2727
- conda info -a
2828

2929
install:
30-
- conda env create --file ci/environment.yml
30+
- conda install -c conda-forge mamba
31+
- mamba env create --file ci/environment.yml
3132
- source activate proplot-dev
3233
- conda list
3334
- which conda

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: proplot-dev
55
channels:
66
- conda-forge
77
dependencies:
8-
- python==3.7
8+
- python==3.8
99
- numpy
1010
- pandas
1111
- xarray

0 commit comments

Comments
 (0)