Removed unused jenkins/ folder and script (#5938)

pull/5943/head
Amber Brown 2019-08-30 23:13:16 +10:00 committed by GitHub
parent 3057095a5d
commit d19505a8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 16 deletions

1
changelog.d/5938.misc Normal file
View File

@ -0,0 +1 @@
Remove unused jenkins/prepare_sytest.sh file.

View File

@ -1,16 +0,0 @@
#! /bin/bash
set -eux
cd "`dirname $0`/.."
TOX_DIR=$WORKSPACE/.tox
mkdir -p $TOX_DIR
if ! [ $TOX_DIR -ef .tox ]; then
ln -s "$TOX_DIR" .tox
fi
# set up the virtualenv
tox -e py27 --notest -v