From 81c3b194b65cd36960de7ee42cdd6113843ae4a3 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 9 Sep 2014 02:21:28 +0200 Subject: polish new distribution setup --- .gitignore | 3 ++- .travis.yml | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 407a2227..8fe04e13 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 5382bb1c..4319e5a3 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 c364d3a4..d84347b7 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 -- cgit v1.2.3