Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit bb0c91d

Browse files
committed
Added Travis-CI Status image to README.md
1 parent ea99034 commit bb0c91d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PyExecJS
22
========
3+
[![Build Status](https://travis-ci.org/doloopwhile/PyExecJS.svg?branch=travis-ci)](https://travis-ci.org/doloopwhile/PyExecJS)
4+
35
Run JavaScript code from Python.
46

57
PyExecJS is a porting of ExecJS from Ruby.

generate_readme_rst.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/bin/bash
2-
pandoc -f markdown README.md -t rst > README.rst
2+
cat README.md \
3+
| grep -v -F '![Build Status]' \
4+
| pandoc -f markdown -t rst - >| README.rst

0 commit comments

Comments
 (0)