forked from adobe-type-tools/afdko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
24 lines (24 loc) · 836 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: python
sudo: required
python:
- "2.7"
before_install:
- git clone https://github.com/typesupply/defcon.git --branch ufo3
- git clone https://github.com/robofab-developers/robofab.git --branch ufo3k
- git clone https://github.com/behdad/fonttools.git
- git clone https://github.com/typemytype/booleanOperations.git
install:
- pip install --upgrade pip
- pip install --upgrade wheel cython
- cd defcon; python setup.py install; cd ..
- cd robofab; python install.py; cd ..
- cd fonttools; python setup.py install; cd ..
- cd booleanOperations; python setup.py install; cd ..
- pip install coveralls
script:
- cd FDK/Tools/SharedData/FDKScripts
- coverage run --source=CheckOutlinesUFO.py CheckOutlinesUFO.py -test
after_success:
- coveralls
notifications:
slack: typekit:pMf8FVeyFAWFIjwoECsBSFCu