Skip to content

Commit

Permalink
Update PYENV_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Jan 18, 2021
1 parent e913faf commit 73f0b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
- CHANS_REL="-c pyviz"
- LABELS_DEV="--label dev"
- LABELS_REL="--label dev --label main"
- PYTHON_VERSION=3.7
- PYENV_VERSION=3.7.1
- PKG_TEST_PYTHON="--test-python=py37 --test-python=py27"

stages:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- conda config --set always_yes True
- conda install -c pyviz pyctdev && doit ecosystem_setup
before_script:
- doit env_create --name=colorcet --python=$PYTHON_VERSION
- doit env_create --name=colorcet --python=$PYENV_VERSION
- source activate colorcet
- doit develop_install $CHANS_DEV -o examples
- doit env_capture
Expand Down

0 comments on commit 73f0b99

Please sign in to comment.