pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
11 lines
193 B
11 lines
193 B
language: python
|
|
install:
|
|
- pip install tox
|
|
- pip install coveralls
|
|
- pip install scrutinizer-ocular
|
|
script:
|
|
- rm .coverage
|
|
- tox
|
|
after_script:
|
|
- coveralls
|
|
- ocular
|
|
|