fix missing renames and tox dep

This commit is contained in:
holger krekel
2019-11-22 02:23:16 +01:00
parent 7e3c61eb41
commit 8d4b893658
3 changed files with 14 additions and 8 deletions

View File

@@ -35,8 +35,12 @@ ssh $SSHTARGET <<_HERE
#rm -rf virtualenv venv
#virtualenv -q -p python3.7 venv
#source venv/bin/activate
set -x
#pip install -q tox virtualenv
set -x
which python
source \$HOME/venv/bin/activate
which python
bash ci_scripts/run-python-test.sh
_HERE