summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e4f154bdbd7575b7de934f1677f3f3c73b3d946c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
env:
    - ARCH=x86

language: python

python:
    - 2.7

install: 
    - pip install -r client/requirements.txt
    - pip install python-coveralls
    - pip install coverage

script:
    - coverage run client/test.py --light

after_success:
    - coveralls