summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1a6d6741d54a8d850504163d77eca3e7e558e730 (plain)
1
2
3
4
5
6
7
[testenv]
deps=
    -rtests/requirements.txt
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
commands=py.test {posargs:-rsx}
usedevelop=True
extras=ssl