Skip to content

Commit 9238026

Browse files
committed
Change environment name to unidata
This aligns with our previous setup instructions, and I can't think of a good reason to rename it.
1 parent 61e992b commit 9238026

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- sed -i -e "s/python=3/python=$Python/" environment.yml;
2525
install:
2626
- conda env create -q -f environment.yml
27-
- source activate training
27+
- source activate unidata
2828
- pip install -U --upgrade-strategy=eager 'Nikola[extras]'
2929
- conda list
3030
script:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: training
1+
name: unidata
22
channels:
33
- conda-forge
44
dependencies:

0 commit comments

Comments
 (0)