Skip to content

Commit bd15392

Browse files
committed
Travis!
1 parent 187fb1e commit bd15392

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.5"
7+
install:
8+
- pip install .
9+
script: nosetests

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
What The Patch!?
22
================
33

4+
.. image:: https://travis-ci.org/cscorley/whatthepatch.svg
5+
:target: https://travis-ci.org/cscorley/whatthepatch
6+
47
What The Patch!? is a library for parsing patch files. It's only purpose is to
58
read a patch file and get it into some usable form by other programs.
69

0 commit comments

Comments
 (0)