Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Trying to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Sep 21, 2016
1 parent df8a225 commit 97f4b36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "2.7"
- "3.5"

before_install:
- sudo apt-get install -qq pandoc

install:
- pip install tox-travis
- pip install coveralls
Expand All @@ -13,8 +16,8 @@ env:
- TRAVIS="True"

script:
- pandoc --from=markdown --to=rst --output=README.rst README.md
- tox
- pandoc --from=markdown --to=rst --output=README.rst README.md

after_success:
coveralls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'vcversioner',
]

with open('README.rst', 'r') as infile:
with open('README.md', 'r') as infile:
long_description = infile.read()

setup(
Expand Down

0 comments on commit 97f4b36

Please sign in to comment.