Browse Source

fix scrutinizer + add py3.3 as supported

pull/41/head
Rossen Georgiev 9 years ago
parent
commit
4ab5b56a75
  1. 4
      .scrutinizer.yml
  2. 2
      README.rst
  3. 2
      docs/intro.rst
  4. 1
      setup.py

4
.scrutinizer.yml

@ -5,5 +5,5 @@ filter:
- 'steam/protobufs/*'
tools:
external_code_coverage:
timeout: 600
runs: 1
timeout: 300
runs: 4

2
README.rst

@ -2,7 +2,7 @@
A python module for interacting with various parts of Steam_.
Supports Python ``2.7+`` and ``3.4+``.
Supports Python ``2.7+`` and ``3.3+``.
Documentation: http://steam.readthedocs.io/en/latest/

2
docs/intro.rst

@ -9,7 +9,7 @@ Intro - steam |version|
A python module for interacting with various parts of Steam_.
Supports Python ``2.7+`` and ``3.4+``.
Supports Python ``2.7+`` and ``3.3+``.
Main features
=============

1
setup.py

@ -47,6 +47,7 @@ setup(
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],

Loading…
Cancel
Save