mirror of
https://github.com/binux/pyspider.git
synced 2024-11-25 16:34:30 +08:00
8 lines
300 B
INI
8 lines
300 B
INI
[tox]
|
|
envlist = py35,py36,py37,py38
|
|
[testenv]
|
|
install_command =
|
|
pip install --allow-all-external 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.5.zip#md5=ce4a24cb1746c1c8f6189a97087f21c1' {opts} -e .[all,test] {packages}
|
|
commands =
|
|
python setup.py test []
|