Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
23 lines (16 sloc) 236 Bytes
language: python
python: 3.7
dist: xenial
sudo: true
addons:
apt:
packages:
- libcairo2
- libcairo2-dev
branches:
only:
- master
script:
- pip install .
- python setup.py test
- python setup.py sdist bdist
You can’t perform that action at this time.