mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.2 KiB
46 lines
1.2 KiB
git:
|
|
depth: 1
|
|
language: python
|
|
python:
|
|
- 3.5
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox -e lint,py35
|
|
sudo: required
|
|
dist: trusty
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- texlive-latex-base
|
|
- latex-xcolor # package xcolor
|
|
- texlive-latex-extra # package xstring
|
|
- pgf # package tikz
|
|
- texlive-luatex # package luaotfload
|
|
# - texlive-xetex
|
|
# - lmodern
|
|
# - lilypond
|
|
notifications:
|
|
email: false
|
|
|
|
deploy:
|
|
# for tests
|
|
- provider: pypi
|
|
distributions: sdist
|
|
server: https://testpypi.python.org/pypi
|
|
user: "Luthaf"
|
|
password:
|
|
secure: "ttS3bXfO1xxtUlUlcy2/UNdoGC7bKQoALKOjvusmg/4VycN8OfID+LBuSorY4L+TLYwBqcUQLvolnLkQHEwsxNPQoKh7dk6DdT0t4n2jM1AXzry6IxEBjeLNRS/eUXsPmv9dSvJMgoUGkn1TnW+DphZzqthFI5zO7DUtooPOCic="
|
|
on:
|
|
branch: travis_deploy
|
|
|
|
# for production
|
|
- provider: pypi
|
|
distributions: sdist
|
|
server: https://pypi.python.org/pypi
|
|
user: "Luthaf"
|
|
password:
|
|
secure: NVTS+wQ55gy0w3ENlcJWBz6oKlI6k5+TwNinEl5EjxJXdxYU/rjH6D4Bm47q41hsd3IIPhTzexqCMB+sbuyQR8lIVLVVlFGQlqVw2hY8TZduFTPslnxgsna4zTG9aDwf1dJCI1ouRn6EybbAR0+DikXXTTnbB77n2/r8bJrKd2o=
|
|
on:
|
|
tags: true
|
|
branch: master
|
|
|