From 2a0bb345b7892d329e23dc31b8db6291a28e526f Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 24 Sep 2018 13:33:03 +0200 Subject: [PATCH] Drop redundant version output from Travis CI Python and pip versions are already being output automatically just a few lines above. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14c04ad..2a24481 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,12 @@ matrix: fast_finish: true before_install: - - python --version - uname -a - lsb_release -a install: - pip install -U --pre tox - tox --version - virtualenv --version - - pip --version script: - tox -e py after_failure: