Skip to content

Commit

Permalink
Add missing classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 26, 2017
1 parent c9e89b1 commit 9aef1c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
- 3.6
- pypy-5.4.1
script:
- coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
- coverage run -m zope.testrunner --test-path=src --all

after_success:
- coveralls
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Expand Up @@ -67,6 +67,12 @@ def read(*rnames):
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,6 +4,6 @@ envlist =

[testenv]
commands =
zope-testrunner --test-path=src []
zope-testrunner --test-path=src --all []
deps =
.[test]

0 comments on commit 9aef1c6

Please sign in to comment.