Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Mar 30, 2019
1 parent d8878c3 commit 2f0b68a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include LICENSE README.rst
include LICENSE README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _get_version():

def _get_long_description():
"""Get README contents."""
with open('README.rst') as reader:
with open('README.md') as reader:
return reader.read()

# Allow configuration of the CLI alias.
Expand Down

0 comments on commit 2f0b68a

Please sign in to comment.