warcprox/tox.ini
Vangelis Banos b1819c51b9 Add missing packages from setup.py, add tox config.
Add missing `requests` and `warcio` packages. They are used in unit tests but
they were not included in `setup.py`.

Add `tox` configuration in order to be able to run unit tests for py27,
py34 and py35 with 1 command.
2017-09-24 10:51:29 +00:00

10 lines
109 B
INI

[tox]
envlist=py27,py34,py35
[testenv]
deps=
pytest
pytest-xdist
requests
mock
commands=py.test -n 4