Skip to content

Commit 1dba19e

Browse files
authored
Merge pull request #21 from landlab/nathanlyons/fix-build-conflict-errors
Install different python versions in separate environments
2 parents a4d8429 + a8c4c04 commit 1dba19e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ install:
3131
- export PATH="$CONDA_PREFIX/bin:$PATH"
3232
- hash -r
3333
- conda config --set always_yes yes --set changeps1 no
34-
- conda install python=$TRAVIS_PYTHON_VERSION
34+
- conda create -n _testing python=$TRAVIS_PYTHON_VERSION
35+
- source activate _testing
3536
- conda install scripting -c csdms-stack
3637
- conda install landlab jupyter -c landlab
3738
- conda info -a && conda list

0 commit comments

Comments
 (0)