Merge pull request #11 from MatheMatrix/master

Move mock to test-requirements
This commit is contained in:
Damon.Wang 2016-01-13 12:27:40 +08:00
commit cbd1a4d1bb
3 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,6 +1,5 @@
pbr
jsonrpclib
netaddr
mock
cliff
oslo.config>=1.6.0

1
test-requirements.txt Normal file
View File

@ -0,0 +1 @@
mock