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