Skip to content

Commit

Permalink
Merge branch 'master' of ssh.github.com:cortesi/netlib
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Jan 28, 2014
2 parents 9c9e4a5 + 9759ec7 commit 404d4bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "pip install coveralls --use-mirrors"
- "pip install nose-cov --use-mirrors"
- "pip install -r requirements.txt --use-mirrors"
- "pip install ."
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
- "pip install -r test/requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test
script:
- "nosetests --with-cov --cov-report term-missing"
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
pyasn1>=0.1.7
pyOpenSSL>=0.13
nose>=1.3.0
mock>=1.0.1
pyOpenSSL>=0.13
5 changes: 5 additions & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mock>=1.0.1
nose>=1.3.0
nose-cov>=1.6
coveralls>=0.4.1
pathod>=0.10

0 comments on commit 404d4bb

Please sign in to comment.