summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a1aea1981637a84d93ce410710257c51c46f13eb (plain)
1
2
3
4
5
6
7
8
language: python

env:
    - ARCH=x86

script:
    - "pip install -r client/requirements.txt"
    - "cd client && python test.py --light --vocabcompiler"