Removed unused jenkins/ folder and script (#5938)

code_spécifique_watcha
Amber Brown 5 years ago committed by GitHub
parent 3057095a5d
commit d19505a8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/5938.misc
  2. 16
      jenkins/prepare_synapse.sh

@ -0,0 +1 @@
Remove unused jenkins/prepare_sytest.sh 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
Loading…
Cancel
Save