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 fb7864f commit 8f8995cCopy full SHA for 8f8995c
.travis.yml
@@ -9,6 +9,7 @@ python:
9
install:
10
- pip install mock==2.0
11
- pip install requests
12
+ - pip install .
13
script:
14
- python -m unittest discover -s tests/ -p test_*.py -v
15
matrix:
setup.py
@@ -1,5 +1,6 @@
1
from os import path
2
from setuptools import setup
3
+from io import open
4
5
def get_description():
6
working_directory = path.abspath(path.dirname(__file__))
0 commit comments