blob: 7e2c804992367d31d21d8b82926a97ff4eb0319c (
plain)
1
2
3
4
5
6
7
8
9
|
[testenv]
deps=
pytest-flake8
pytest>=3.0.2
setuptools[ssl]
backports.unittest_mock>=1.2
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
commands=python -m pytest {posargs:-rsx}
|