mirror of https://github.com/patacrep/patacrep.git
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.
16 lines
352 B
16 lines
352 B
# 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
|
|
deps =
|
|
|
|
[testenv:lint]
|
|
basepython=python3.4
|
|
deps=pylint
|
|
commands=pylint patacrep test --rcfile=pylintrc
|
|
|