We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187fb1e commit bd15392Copy full SHA for bd15392
.travis.yml
@@ -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
@@ -1,6 +1,9 @@
What The Patch!?
================
+.. image:: https://travis-ci.org/cscorley/whatthepatch.svg
+ :target: https://travis-ci.org/cscorley/whatthepatch
+
What The Patch!? is a library for parsing patch files. It's only purpose is to
read a patch file and get it into some usable form by other programs.
0 commit comments