16 lines
272 B
YAML
16 lines
272 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install:
|
|
- python setup.py install
|
|
- pip install git+https://github.com/behdad/fonttools
|
|
- pip install git+https://github.com/unified-font-object/ufoLib
|
|
|
|
script:
|
|
- python setup.py test
|