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.

17 lines
364 B

9 years ago
# To perform those tests, install `tox` and run "tox" from this directory.
[tox]
# Uncomment to use more python versions
#envlist = py26, py27, py32, py34, lint
envlist = py34, lint
[testenv]
commands = {envpython} setup.py test
passenv = TRAVIS APPVEYOR CI
9 years ago
deps =
[testenv:lint]
basepython=python3.4
deps=pylint
commands=pylint patacrep test --rcfile=pylintrc