Skip to content

Commit cf249d0

Browse files
committed
README.md: Adding Travis CI build banner
1 parent 70dee4c commit cf249d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Patch Panel
2+
3+
[![Build Status](https://travis-ci.org/Intuity/patchpanel.svg?branch=main)](https://travis-ci.org/Intuity/patchpanel)
4+
25
Patch Panel is a Python library for solving constrained connectivity between sources and sinks. The sources and sinks can be any arbitrary (hashable) object, and connectivity is returned as a simple list of tuples. This library does not guarantee a unique solution, it simply returns the first legal solution that satisfies all constraints.
36

47
## Installing

0 commit comments

Comments
 (0)