Update .travis.yml

This commit is contained in:
Manuel Riel 2018-11-20 17:18:43 +08:00 committed by GitHub
parent cd0cf8d7ad
commit 1d60291019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@ dist: trusty
env:
global:
- SETUP_XVFB=true
- PYTHON=3.6.4
- PYTHON=3.6.3
matrix:
include:
@ -59,7 +59,6 @@ install:
brew upgrade pyenv
fi
pyenv install $PYTHON
pyenv install --list
eval "$(pyenv init -)"
pyenv shell $PYTHON