From 07a375f25ee831100ecf21e7bb9c1bdcd3b960f5 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Fri, 15 Apr 2016 13:10:47 -0400 Subject: Tests in verify Run the tests in the verify command instead of just merge so that way patches can be rejected if tests fail Change-Id: I8907618a324296460a71a51d087926f9089e0d21 Signed-off-by: Mark Beierl --- ci/setup.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'ci/setup.py') diff --git a/ci/setup.py b/ci/setup.py index daacc61..293fdda 100755 --- a/ci/setup.py +++ b/ci/setup.py @@ -21,17 +21,17 @@ setup( ] }, url="https://www.opnfv.org", - install_requires=["coverage>=4.0.3", - "flake8>=2.5.1", - "flask>=0.10.1", - "flask-restful>=0.3.5", - "html2text>=2016.1.8", - "mock>=1.3", - "pyyaml>=3.11", - "python-cinderclient>=1.5.0", - "python-heatclient>=0.8.0", - "python-keystoneclient>=2.0.0", - "python-novaclient>=3.1.0", + install_requires=["flask==0.10", + "flask-restful==0.3.5", + "html2text==2016.1.8", + "python-cinderclient==1.6.0", + "python-glanceclient==1.1.0", + "python-heatclient==0.8.0", + "python-keystoneclient==1.6.0", + "python-neutronclient==2.6.0", + "python-novaclient==2.28.1", + "pyyaml==3.10", + "requests==2.9.1", "six==1.10.0" ], entry_points={ -- cgit 1.2.3-korg