Skip to content
Snippets Groups Projects
Commit 90d1de9a authored by inso's avatar inso
Browse files

Do not precise python version

parent 876f11c1
No related branches found
No related tags found
No related merge requests found
os:
- osx
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.4"
os: osx
before_install:
# Install and configure pyenv
- ci/travis/before_install.sh
......
brew update
brew install wget
brew install libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew install qt5
brew link --force qt5
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install $TRAVIS_PYTHON_VERSION
pyenv shell 3.5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment