aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-09 02:21:28 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-09 02:21:28 +0200
commit81c3b194b65cd36960de7ee42cdd6113843ae4a3 (patch)
treecc4e127a457a7eabdab9497b5b6ab1b4973ad32b
parentbeee55421b933531f9c372c765a21ae9b6890a16 (diff)
downloadmitmproxy-81c3b194b65cd36960de7ee42cdd6113843ae4a3.tar.gz
mitmproxy-81c3b194b65cd36960de7ee42cdd6113843ae4a3.tar.bz2
mitmproxy-81c3b194b65cd36960de7ee42cdd6113843ae4a3.zip
polish new distribution setup
-rw-r--r--.gitignore3
-rw-r--r--.travis.yml2
-rw-r--r--requirements.txt2
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