diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-07 00:48:32 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-07 00:48:32 -0700 |
commit | c6180a7b261610d2099ac8fdcbc35a6a56595c5a (patch) | |
tree | 04680db4d4fc8cf294da78ecc325f210db31d93c /.travis.yml | |
parent | 5ea363afad855dcc2bb23fb8c243382718b91471 (diff) | |
download | mitmproxy-c6180a7b261610d2099ac8fdcbc35a6a56595c5a.tar.gz mitmproxy-c6180a7b261610d2099ac8fdcbc35a6a56595c5a.tar.bz2 mitmproxy-c6180a7b261610d2099ac8fdcbc35a6a56595c5a.zip |
don't declare codecov as dev dependency
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 17669e67..dad81c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ install: brew outdated openssl || brew upgrade openssl brew install python fi - - pip install -U virtualenv + - pip install -U virtualenv codecov - ./dev.sh - source venv/bin/activate |