diff options
author | Maximilian Hils <git@maximilianhils.com> | 2019-09-05 23:20:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 23:20:54 +0200 |
commit | a08c22dcdd5535dcef453f7c1c2445c11f35beda (patch) | |
tree | 5f031138dc9f0ab8f32df1b3d5f261788b5785db /.travis.yml | |
parent | ddaf5a1f1ba9e4607c7cdc9378276ef2ddc2e236 (diff) | |
parent | e77f375186403cee05dc66c069ed1155059b2d63 (diff) | |
download | mitmproxy-a08c22dcdd5535dcef453f7c1c2445c11f35beda.tar.gz mitmproxy-a08c22dcdd5535dcef453f7c1c2445c11f35beda.tar.bz2 mitmproxy-a08c22dcdd5535dcef453f7c1c2445c11f35beda.zip |
Merge pull request #3631 from mhils/lint
Fix CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 20afc279..44d452c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,6 @@ matrix: - wget https://github.com/gohugoio/hugo/releases/download/v0.41/hugo_0.41_Linux-64bit.deb - sudo dpkg -i hugo*.deb - pip install tox virtualenv setuptools - - pyenv global system 3.6 script: - tox after_success: |