git:
  depth: 1
language: python
python:
  - 3.4
install:
  - pip install tox
script:
  - tox
sudo: false
# addons:
#   apt:
#     packages:
#     - texlive-latex-base
#     - latex-xcolor
#     - texlive-latex-extra
#     - texlive-luatex
#     - texlive-xetex
#     - pgf
#     - lmodern
#     - lilypond
notifications:
  email: false