Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(travis): update pyenv to python 3.7 after updating ubuntu to 16.04
Browse files Browse the repository at this point in the history
3.6 can no longer be found, causing CI failures
  • Loading branch information
anthonybilinski committed Oct 17, 2019
1 parent e85d3f5 commit a44cce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/cirp/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
python3 --version || true
pyenv versions || true

pyenv global 3.6
pyenv global 3.7
fi

pip install --upgrade pip
Expand Down

0 comments on commit a44cce6

Please sign in to comment.