1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00
WeasyPrint/.travis.yml

16 lines
310 B
YAML
Raw Normal View History

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
install:
- pip install pytest flake8 -e .
- mkdir -p ~/.fonts
- wget http://www.w3.org/Style/CSS/Test/Fonts/Ahem/AHEM____.TTF -O ~/.fonts/Ahem.ttf
- sudo apt-get install ttf-dejavu
script:
- py.test -s
- flake8 weasyprint