Skip to content

Commit

Permalink
Set env name in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
willirath committed Mar 12, 2018
1 parent bc70d77 commit f32f74d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ install:
- wget http://repo.continuum.io/miniconda/${MINICONDA_NAME} -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda env create --file environment_py${PY_VERSION}_${TRAVIS_OS_NAME}.yml
- conda env create --name parcels --file environment_py${PY_VERSION}_${TRAVIS_OS_NAME}.yml
- source activate parcels
- conda install --yes sphinx
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion environment_py2_linux.yml
@@ -1,4 +1,4 @@
name: parcels
name: py2_parcels
channels:
- defaults
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion environment_py2_osx.yml
@@ -1,4 +1,4 @@
name: parcels
name: py2_parcels
channels:
- defaults
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion environment_py3_linux.yml
@@ -1,4 +1,4 @@
name: parcels
name: py3_parcels
channels:
- defaults
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion environment_py3_osx.yml
@@ -1,4 +1,4 @@
name: parcels
name: py3_parcels
channels:
- defaults
- conda-forge
Expand Down

0 comments on commit f32f74d

Please sign in to comment.