forked from abelsiqueira/perprof-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (32 loc) · 811 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
25
26
27
28
29
30
31
32
33
34
language: python
matrix:
include:
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "nightly"
allow_failures:
- python: "nightly"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y texlive-pictures texlive-fonts-recommended
- wget http://mirror.ctan.org/install/macros/latex/contrib/standalone.tds.zip
- unzip standalone.tds.zip -d ~/texmf
- sudo texhash
install:
- pip install -r REQUIREMENTS
- python setup.py install
script:
- python setup.py test
- cd perprof/examples
- ./make-examples.sh
notifications:
email:
irc: "chat.freenode.net#perprof"
webhooks:
urls:
- https://webhooks.gitter.im/e/bde89e38372b4ff055cc
on_success: change
on_failure: always