Skip to content

Commit

Permalink
use pyenv instead of addons
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 18, 2019
1 parent 2880dbf commit bea606f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@ cache:
git:
depth: false

addons:
apt:
packages:
- "python3"
- "python3-pip"

before_install:
# - echo SWTICH TO PYTHON3
# - pyenv install 3.6.3
# - pyenv global 3.6.3
- echo SWTICH TO PYTHON3
- pyenv install 3.6.3
- pyenv global 3.6.3
- pip3 install virtualenv virtualenvwrapper workon
- echo SETUP VIRTUALENV
- which python3
Expand Down

0 comments on commit bea606f

Please sign in to comment.