diff --git a/.gitignore b/.gitignore index e1d46dc1d..fc63a7ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ mitmdumpc netlib pathod libpathod +.cache/ # UI diff --git a/.travis.yml b/.travis.yml index aee1a2a5b..efe81fc7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ matrix: - python: pypy install: - - "pip install --src . -r requirements.txt" + - "pip install -r requirements.txt" before_script: - "openssl version -a"