mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
10 lines
109 B
INI
10 lines
109 B
INI
|
[tox]
|
||
|
envlist=py27,py34,py35
|
||
|
[testenv]
|
||
|
deps=
|
||
|
pytest
|
||
|
pytest-xdist
|
||
|
requests
|
||
|
mock
|
||
|
commands=py.test -n 4
|