mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-01-23 10:45:43 +00:00
1. enable downloading resources blocks. 1. enable file to store parameters. 1. added unit-test.
23 lines
564 B
INI
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}
|