polish new distribution setup

This commit is contained in:
Maximilian Hils 2014-09-09 02:21:28 +02:00
parent beee55421b
commit 81c3b194b6
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -14,4 +14,5 @@ mitmdumpc
.coverage
.idea
netlib
pathod
libpathod

View File

@ -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"

View File

@ -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]
-e .[dev]