Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Commit

Permalink
Drop redundant version output from Travis CI
Browse files Browse the repository at this point in the history
Python and pip versions are already being output automatically just
a few lines above.
  • Loading branch information
webknjaz committed Sep 24, 2018
1 parent 66b9d39 commit 2a0bb34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2a0bb34

Please sign in to comment.