Skip to content

Commit

Permalink
update python versions for MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcapucho committed Jan 15, 2021
1 parent d1ae952 commit a290a34
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ matrix:
language: generic
env:
- TOX_ENV=py35
- PYTHON_VERSION='3.5.9'
- PYTHON_VERSION='3.5.8'
- os: osx
language: generic
env:
- TOX_ENV=py36
- PYTHON_VERSION='3.6.10'
- PYTHON_VERSION='3.6.9'
- os: osx
language: generic
env:
Expand All @@ -41,17 +41,17 @@ matrix:
language: generic
env:
- TOX_ENV=py38
- PYTHON_VERSION='3.8.3'
- PYTHON_VERSION='3.8.0'
- os: osx
language: generic
env:
- TOX_ENV=py39
- PYTHON_VERSION='3.9.1'
- PYTHON_VERSION='miniconda3-3.9.1'
- os: osx
language: generic
env:
- TOX_ENV=freeze
- PYTHON_VERSION='3.5.9'
- PYTHON_VERSION='3.5.8'

branches:
only:
Expand All @@ -70,6 +70,7 @@ before_install: |
if [[ "$TOX_ENV" != "py27" ]]; then
export PYTHON_CONFIGURE_OPTS="--enable-shared"
fi
pyenv install --list
pyenv install $PYTHON_VERSION
export PYENV_VERSION=$PYTHON_VERSION
pyenv virtualenv venv
Expand Down

0 comments on commit a290a34

Please sign in to comment.