Merge pull request #11 from MatheMatrix/master
Move mock to test-requirements
This commit is contained in:
commit
cbd1a4d1bb
@ -5,6 +5,7 @@ python:
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -r test-requirements.txt"
|
||||
- "pip install pep8 --use-mirrors"
|
||||
- "pip install nose --use-mirrors"
|
||||
# command to run tests
|
||||
|
@ -1,6 +1,5 @@
|
||||
pbr
|
||||
jsonrpclib
|
||||
netaddr
|
||||
mock
|
||||
cliff
|
||||
oslo.config>=1.6.0
|
||||
|
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
mock
|
Loading…
x
Reference in New Issue
Block a user