pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
9 lines
133 B
9 lines
133 B
[tox]
|
|
envlist = py27, py36
|
|
|
|
[testenv]
|
|
setenv =
|
|
PYTHONHASHSEED = 0
|
|
deps = -rrequirements.txt
|
|
commands =
|
|
pytest --cov=steam tests
|
|
|