Skip to content

Commit 65deb74

Browse files
committed
Fixing some versions to ensure tests work.
1 parent d6c5b3a commit 65deb74

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ install:
2323
script:
2424
- bin/coverage run --source=pmr2/oauth bin/test
2525
after_success:
26-
- bin/createcoverage
27-
- bin/python -m coverage.pickle2json
28-
- bin/coveralls
26+
- pip install -q coveralls==0.5
27+
- coveralls

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'zope.interface',
4040
'zope.schema',
4141
'zope.annotation',
42-
'pmr2.z3cform>=0.3.1',
42+
'pmr2.z3cform>=0.3.2',
4343
],
4444
extras_require={
4545
'test': [

0 commit comments

Comments
 (0)