fonttools/.travis.yml
2016-07-27 13:09:58 -07:00

15 lines
160 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.5"
branches:
only:
- master
install:
- python setup.py install
script:
- python setup.py test