fonttools/.travis.yml

15 lines
216 B
YAML
Raw Normal View History

2016-07-27 13:09:58 -07:00
sudo: false
language: python
python:
- "3.5"
branches:
only:
- master
install:
- python setup.py install
2016-07-27 13:13:23 -07:00
- pip install git+https://github.com/unified-font-object/ufoLib
2016-07-27 13:09:58 -07:00
script:
- python setup.py test