forked from patacrep/patacrep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (47 loc) · 1.26 KB
/
.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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 # package eu2enc
- lmodern
- texlive-lang-french
- texlive-lang-german
- texlive-lang-spanish
# - 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