diff --git a/.gitignore b/.gitignore index 407a2227d..8fe04e138 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ mitmdumpc .coverage .idea netlib -libpathod +pathod +libpathod \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 5382bb1c0..4319e5a3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - "pip install --src .. -r requirements.txt" + - "pip install --src . -r requirements.txt" # command to run tests, e.g. python setup.py test script: - "nosetests --with-cov --cov-report term-missing" diff --git a/requirements.txt b/requirements.txt index c364d3a47..d84347b73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -e git+https://github.com/mitmproxy/netlib.git#egg=netlib -e git+https://github.com/mitmproxy/pathod.git#egg=pathod --e .[dev, contentviews] \ No newline at end of file +-e .[dev] \ No newline at end of file