Skip to content

Commit

Permalink
Update __init__.py (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4r authored Jun 12, 2019
1 parent 046c602 commit 9a7025a
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
6 changes: 2 additions & 4 deletions coveralls/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
__author__ = 'Andrea De Marco <[email protected]>'
__version__ = '2.9.1'
__version__ = '2.9.2'
__classifiers__ = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
]

0 comments on commit 9a7025a

Please sign in to comment.