We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c5b3a commit 65deb74Copy full SHA for 65deb74
.travis.yml
@@ -23,6 +23,5 @@ install:
23
script:
24
- bin/coverage run --source=pmr2/oauth bin/test
25
after_success:
26
- - bin/createcoverage
27
- - bin/python -m coverage.pickle2json
28
- - bin/coveralls
+ - pip install -q coveralls==0.5
+ - coveralls
setup.py
@@ -39,7 +39,7 @@
39
'zope.interface',
40
'zope.schema',
41
'zope.annotation',
42
- 'pmr2.z3cform>=0.3.1',
+ 'pmr2.z3cform>=0.3.2',
43
],
44
extras_require={
45
'test': [
0 commit comments