velascobot/tox.ini
Pablo Iranzo Gómez 82e06a1be6
Add requirements for easier setup and tox.ini
Signed-off-by: Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com>
2020-03-27 12:21:47 +01:00

19 lines
353 B
INI

[tox]
minversion = 2.0
envlist = py3, flake8
skipsdist = True
[testenv]
basepython = python3
passenv = CI TRAVIS TRAVIS_*
usedevelop = False
deps = -r{toxinidir}/requirements.txt
setenv = LANGUAGE=en
whitelist_externals = sh
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
ostestr {posargs}
[testenv:velasco]
commands = ./velasco.sh