summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 95079e7ef2838323d63da385973889d21d22423f (plain)
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"