Added configuration files for Travis CI integration

This commit is contained in:
Wenzel Jakob
2015-10-11 16:29:35 +02:00
parent d2a902bd45
commit 3b806d41eb
4 changed files with 36 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
# pybind11 — Seamless operability between C++11 and Python
[![Build Status](https://travis-ci.org/wjakob/pybind11.svg?branch=master)](https://travis-ci.org/wjakob/pybind11)
**pybind11** is a lightweight header library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its
goals and syntax are similar to the excellent