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: env:
global: global:
- SETUP_XVFB=true - SETUP_XVFB=true
- PYTHON=3.6.4 - PYTHON=3.6.3
matrix: matrix:
include: include:
@ -59,7 +59,6 @@ install:
brew upgrade pyenv brew upgrade pyenv
fi fi
pyenv install $PYTHON pyenv install $PYTHON
pyenv install --list
eval "$(pyenv init -)" eval "$(pyenv init -)"
pyenv shell $PYTHON pyenv shell $PYTHON