add framework and tox
[doctor.git] / tox.ini
1 [tox]
2 minversion = 2.3.1
3 envlist = verify
4 skipsdist = True
5
6 [testenv]
7 install_command = pip install -U {opts} {packages}
8 setenv = VIRTUAL_ENV={envdir}
9 deps = -r{toxinidir}/test-requirements.txt
10
11 [testenv:verify]
12 changedir = {toxinidir}/tests
13 commands = python main.py