Skip to content

Commit 8f8995c

Browse files
committed
setup.py: update the setup file to support py2.7
Updated setup file and travis
1 parent fb7864f commit 8f8995c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
install:
1010
- pip install mock==2.0
1111
- pip install requests
12+
- pip install .
1213
script:
1314
- python -m unittest discover -s tests/ -p test_*.py -v
1415
matrix:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from os import path
22
from setuptools import setup
3+
from io import open
34

45
def get_description():
56
working_directory = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)