Revision c53b8a619956697bfcf07576328bf2d745338c9d authored by Jean KOSSAIFI on 30 October 2016, 17:56:52 UTC, committed by Jean KOSSAIFI on 30 October 2016, 17:56:52 UTC
1 parent 3438c5a
Raw File
.travis.yml
language: python
python:
    - "3.5"
# command to install dependencies
install: 
    - pip install -r requirements.txt
# command to run tests
script:
    - make test
back to top