install recent python in the testing container
Some checks failed
continuous-integration/drone/push Build is failing

* bad, I know
This commit is contained in:
surtur 2020-03-04 02:34:41 +01:00
parent f971b4223e
commit 96f7815bb9
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -16,6 +16,7 @@ steps:
- uname -r
- python --version
- ls -la
- apt update && apt install -y python3 && pip3 install robotframework robotframework-seleniumframework
- START_XVFB=false robot test001.robot
- cat log.html
- cat output.html