Skip to content

Commit 7de13f3

Browse files
committed
Fix build conditions
1 parent 0f445a1 commit 7de13f3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ deploy:
2121
on:
2222
tags: true
2323
repo: linuxdaemon/imgurpython
24+
python:
25+
- '2.7'
26+
- '3.6'
2427
- provider: pypi
2528
user: linuxdaemon
2629
password:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Versions should comply with PEP440. For a discussion on single-sourcing
1212
# the version across setup.py and the project code, see
1313
# http://packaging.python.org/en/latest/tutorial.html#version
14-
version='1.1.9.1',
14+
version='1.1.10',
1515

1616
description='Fork of the Official Imgur python library with OAuth2 and samples',
1717
long_description='',

0 commit comments

Comments
 (0)