diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-06-04 11:25:47 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-06-04 11:25:47 +0200 |
commit | 42930407aeb209f8790411a51fe49681159baf18 (patch) | |
tree | 2cfc24bd43a0cc934971817b639f51a78f3d6b5a | |
parent | e880f532ad3c66ebfded4655b7fa67a367a83cc7 (diff) | |
download | mitmproxy-42930407aeb209f8790411a51fe49681159baf18.tar.gz mitmproxy-42930407aeb209f8790411a51fe49681159baf18.tar.bz2 mitmproxy-42930407aeb209f8790411a51fe49681159baf18.zip |
improve travis
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5ec8b3bd..64fe09b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,12 +41,12 @@ install: fi - pip install -U virtualenv - ./dev.sh - - source ./venv/bin/activate + - source venv/bin/activate before_script: - "openssl version -a" - "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" - - "flake8 --count mitmproxy netlib pathod examples test" + - "flake8 --jobs 4 --count mitmproxy netlib pathod examples test" script: - "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod ./test/$SCOPE" @@ -71,6 +71,7 @@ notifications: cache: directories: + - $HOME/build/mitmproxy/mitmproxy/venv - $HOME/.cache/pip - $HOME/.pyenv - $HOME/Library/Caches/pip |