Skip to content

Instantly share code, notes, and snippets.

@zxiiro
Created October 5, 2015 23:50
Show Gist options
  • Save zxiiro/951e60b2e586a099e544 to your computer and use it in GitHub Desktop.
Save zxiiro/951e60b2e586a099e544 to your computer and use it in GitHub Desktop.
#!/bin/bash
# @License EPL-1.0 <http://spdx.org/licenses/EPL-1.0>
##############################################################################
# Copyright (c) 2015 The Linux Foundation and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##############################################################################
virtualenv $WORKSPACE/venv-robotframework
source $WORKSPACE/venv-robotframework/bin/activate
pip install -q docker-py importlib requests scapy netaddr
pip install -q robotframework{,-{httplibrary,requests,sshlibrary}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment