From b4ffc929a2d0216c3a0910e633f31212c12136cd Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 28 Sep 2019 12:29:07 +0200 Subject: bump dependencies --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 44d452c2..2e375078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,9 +64,9 @@ install: brew update || brew update brew outdated pyenv || brew upgrade pyenv eval "$(pyenv init -)" - env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install --skip-existing 3.6.5 - pyenv global 3.6.5 - pyenv shell 3.6.5 + env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install --skip-existing 3.6.9 + pyenv global 3.6.9 + pyenv shell 3.6.9 fi - pip install tox virtualenv setuptools -- cgit v1.2.3