From ed2a9b5b22a786ffc6d5f78829806f8f59983ec9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 2 Jan 2018 11:12:34 -0800 Subject: [PATCH] Revert "Work around travis-ci/travis-ci#8363" This reverts commit e3ab8902692e896da9ded42bd4d76ea4e1de359d. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aebcb232..8f91d702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,6 @@ matrix: install: pip install coveralls tox script: tox before_install: - # work around https://github.com/travis-ci/travis-ci/issues/8363 - - pyenv global system 3.5 - git --version - | if [ "$LATEST_GIT" = "1" ]; then