Revision 1788d265bf48b86daae7ecf1b801c9f4645e2dee authored by Jean Kossaifi on 03 December 2016, 23:39:51 UTC, committed by Jean Kossaifi on 03 December 2016, 23:43:03 UTC
1 parent 3d0450f
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