From c80305554d986126752f80a213bb37ed48045441 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Sat, 24 Feb 2018 23:34:48 +0000 Subject: [PATCH] adding pytest installation scripts --- test/services/pytest/install.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/services/pytest/install.sh diff --git a/test/services/pytest/install.sh b/test/services/pytest/install.sh new file mode 100644 index 0000000..0c04381 --- /dev/null +++ b/test/services/pytest/install.sh @@ -0,0 +1,28 @@ +#!/bin/bash +#///////////////////////////////////////////////////////////////////////// +#// +#// (c) University of Southampton IT Innovation Centre, 2017 +#// +#// Copyright in this software belongs to University of Southampton +#// IT Innovation Centre of Gamma House, Enterprise Road, +#// Chilworth Science Park, Southampton, SO16 7NS, UK. +#// +#// This software may not be used, sold, licensed, transferred, copied +#// or reproduced in whole or in part in any manner or form or in or +#// on any media by any person other than in accordance with the terms +#// of the Licence Agreement supplied with the software, or otherwise +#// without the prior written consent of the copyright owners. +#// +#// This software is distributed WITHOUT ANY WARRANTY, without even the +#// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +#// PURPOSE, except where stated in the Licence Agreement supplied with +#// the software. +#// +#// Created By : Michael Boniface +#// Created Date : 24/02/2018 +#// Created for Project : FLAME +#// +#///////////////////////////////////////////////////////////////////////// +apt-get update +apt-get -y install python-pip python-dev build-essential +pip install pytest pyyaml \ No newline at end of file -- GitLab