summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: c859582ecfb443e258154aced7eea4e43b9f30c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
minversion = 2.3.1
envlist = verify
skipsdist = True

[testenv]
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt

[testenv:verify]
changedir = {toxinidir}/tests
commands = python main.py