1 2 3 4 5 6 7 8 9
language: python env: - ARCH=x86 script: - "pip install -r client/requirements.txt" - "cd client && python test.py --light" - "cd ../boot && python test.py"