Skip to content

Commit

Permalink
:update: missing dependency for unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jul 16, 2016
1 parent caf3875 commit f7c7da4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
before_install:
- pip install --upgrade pip setuptools
install:
- pip install coveralls
- python setup.py install
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
b3j0f.conf==0.3.18
requests==2.10.0
mock==2.0.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
LICENSE = 'MIT'
REQUIREMENTS = [
'b3j0f.conf>=0.3.18',
'requests>=2.10.0'
'requests>=2.10.0',
'mock>=2.0.0'
]

CLASSIFIERS = [
Expand Down

0 comments on commit f7c7da4

Please sign in to comment.