Skip to content

Commit 6686c6b

Browse files
committed
Add travis and gemnasium badges.
1 parent f9914d3 commit 6686c6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generate-readme.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
from subprocess import Popen,PIPE
1717

1818
readme = Template("""
19+
[![Build Status](https://travis-ci.org/bamos/python-scripts.svg)](https://travis-ci.org/bamos/python-scripts)
20+
[![Dependency Status](https://gemnasium.com/bamos/python-scripts.svg)](https://gemnasium.com/bamos/python-scripts)
21+
1922
This is a collection of short Python scripts I have added to my
2023
`PATH` variable to run from anywhere.
2124
None are currently available in [pip][pip],

0 commit comments

Comments
 (0)