Update .travis.yml

otherwise `mitmproxy --version` fails because `git describe` might fail fetching the distance to the last release tag
This commit is contained in:
Thomas Kriechbaumer 2017-02-10 16:37:22 +01:00 committed by GitHub
parent d70f7cd8cc
commit d4264cb719

View File

@ -5,7 +5,8 @@ env:
global:
- CI_DEPS=codecov>=2.0.5
- CI_COMMANDS=codecov
git:
depth: 10000
matrix:
fast_finish: true
include:
@ -43,8 +44,6 @@ matrix:
- libssl-dev
- python: 3.5
env: TOXENV=docs
git:
depth: 10000
allow_failures:
- python: pypy