coursera-dl/tox.ini
ifaint 08b8ad44c2 1. enable multiple subtitles and transcripts with alternatives.
1. enable downloading resources blocks.
1. enable file to store parameters.
1. added unit-test.
2017-05-19 01:42:48 +08:00

23 lines
564 B
INI

[tox]
envlist = py26,py27,py33,py34,py35
[testenv]
downloadcache = .tox/_download/
deps =
beautifulsoup4>=4.1.3
coverage>=3.7
mock>=1.0.1
pyasn1>=0.1.7
pytest>=2.5
requests>=2.4.3
six>=1.5.0
urllib3>=1.10
keyrings.alt>=1.1
configargparse>=0.12.0
commands = py.test -v --junitxml={envlogdir}/result.xml coursera/test
# Original command: install_command = pip install {opts} {packages}
# {opts} is remove to prevent passing option "--download-cache" to pip
# which is already gone.
install_command = pip install {packages}