Skip to content

Commit 477f35e

Browse files
committed
Debug tavis to pypi deployment
1 parent a9eafe5 commit 477f35e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
install:
66
- pip install .
77
- pip install pep8
8+
- pip install pypandoc
89
- pip install -r requirements.txt
910
- pip install -r test-requirements.txt
1011
script:

amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
Amazon Product Advertising API Client library.
77
"""
88

9-
__version__ = '2.2.2'
9+
__version__ = '2.2.4'
1010
__author__ = 'Yoav Aviram'

0 commit comments

Comments
 (0)