Skip to content

Commit

Permalink
Fix error on installation #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Mar 23, 2018
1 parent 3d2411a commit 19ea567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
- pip install --upgrade pip codecov
- pip install -r requirements.txt
# latest as of Nov. 7, 2016: 2.7.12, 3.4.5, 3.5.2
- pyenv local 2.7.12 3.4.4 3.5.2
- pyenv local 2.7.12 3.4.4 3.5.2 3.6

test:
override:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

here = path.abspath(path.dirname(__file__))

with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 19ea567

Please sign in to comment.