Browse Source

update scrutinizer conf + coverage images

pull/166/head
Rossen Georgiev 6 years ago
parent
commit
5f9a655bbd
  1. 7
      .scrutinizer.yml
  2. 2
      .travis.yml
  3. 4
      README.rst
  4. 4
      docs/global.rst
  5. 1
      requirements.txt

7
.scrutinizer.yml

@ -7,3 +7,10 @@ tools:
external_code_coverage: external_code_coverage:
timeout: 300 timeout: 300
runs: 4 runs: 4
build:
nodes:
analysis:
tests:
override:
- py-scrutinizer-run

2
.travis.yml

@ -8,11 +8,9 @@ python:
- "3.6" - "3.6"
install: install:
- make init - make init
- pip install coveralls
- pip install scrutinizer-ocular - pip install scrutinizer-ocular
script: script:
- make test - make test
- make docs - make docs
after_script: after_script:
- coveralls
- ocular - ocular

4
README.rst

@ -90,8 +90,8 @@ IRC: irc.gamesurge.net / #opensteamworks
:target: https://pypi.python.org/pypi/steam :target: https://pypi.python.org/pypi/steam
:alt: MIT License :alt: MIT License
.. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/master.svg?style=flat .. |coverage| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/coverage.png?b=master
:target: https://coveralls.io/r/ValvePython/steam?branch=master :target: https://scrutinizer-ci.com/g/ValvePython/steam/?branch=master
:alt: Test coverage :alt: Test coverage
.. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=master .. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=master

4
docs/global.rst

@ -10,8 +10,8 @@
:target: https://pypi.python.org/pypi/steam :target: https://pypi.python.org/pypi/steam
:alt: MIT License :alt: MIT License
.. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/master.svg?style=flat .. |coverage| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/coverage.png?b=master
:target: https://coveralls.io/r/ValvePython/steam?branch=master :target: https://scrutinizer-ci.com/g/ValvePython/steam/?branch=master
:alt: Test coverage :alt: Test coverage
.. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=master .. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=master

1
requirements.txt

@ -14,3 +14,4 @@ nose==1.3.7
PyYAML==3.11 PyYAML==3.11
vcrpy==1.7.4 vcrpy==1.7.4
sphinx==1.3.5 sphinx==1.3.5
coveralls

Loading…
Cancel
Save