Add test-requirements.txt

This commit is contained in:
Dmitry Shulyak 2015-07-24 13:34:21 +03:00
parent e1a83b9855
commit a5683bfd52
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ fi
. $VENV/bin/activate
pip install -r solar/requirements.txt --download-cache=/tmp/$JOB_NAME
pip install -r solar/test-requirements.txt --download-cache=/tmp/$JOB_NAME
pushd solar/solar

View File

@ -6,7 +6,6 @@ networkx==1.9.1
PyYAML==3.11
jsonschema==2.4.0
requests==2.7.0
#mock
dictdiffer==0.4.0
enum34==1.0.4
redis==2.10.3
@ -16,3 +15,4 @@ inflection
Fabric==1.10.2
tabulate==0.7.5
ansible
celery

View File

@ -0,0 +1,2 @@
-r requirements.txt
mock