Blame .travis.yml

Packit Service a96878
dist: trusty
Packit Service a96878
sudo: true
Packit Service a96878
language: python
Packit Service a96878
python:
Packit Service a96878
  - 3.4
Packit Service a96878
  - 3.5
Packit Service a96878
  - 3.6
Packit Service a96878
install:
Packit Service a96878
  - sudo apt-get update -yq2
Packit Service a96878
  - sudo apt-get install -yq2 --no-install-recommends dvipng graphviz imagemagick lilypond source-highlight texlive-latex-base
Packit Service a96878
script:
Packit Service a96878
  - time python tests/testasciidoc.py update
Packit Service a96878
  - python asciidoc.py --doctest
Packit Service a96878
  - python asciidocapi.py
Packit Service a96878
  - time python tests/testasciidoc.py run
Packit Service a96878
  - git clean -x -f doc tests/data