From ce4c8dc0a20bef50dbf6084f0902ab8934031439 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 21 Jul 2015 01:23:43 +0300 Subject: [PATCH 1/4] Update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d66c7c8a..ddeaae94 100644 --- a/setup.py +++ b/setup.py @@ -39,8 +39,10 @@ include_dirs = [numpy.get_include()], ) +module_test = Extension("hello", ["hello.pyx"]) + # a list of the extension modules that we want to distribute -ext_modules = [module1, module2] +ext_modules = [module1, module2, module_test] # Package data are those filed 'strictly' needed by the program From 63c940e15c462625c97be4f63c52ce21028a351b Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 21 Jul 2015 01:29:51 +0300 Subject: [PATCH 2/4] added os option --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4a4fa60..fb426a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ -sudo: false +os: + - linux + - osx +sudo: false language: python From 7d24d8a39e9da0ea0d4bbe8e9a23ac5d663d248f Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 21 Jul 2015 01:30:48 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b5b9aa4..5d5f60f8 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ The OpenPIV documentation is available on the project web page at Date: Tue, 21 Jul 2015 01:33:00 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d5f60f8..9ff32571 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # OpenPIV +[![Build Status](https://travis-ci.org/OpenPIV/openpiv-python.svg?branch=master)](https://travis-ci.org/OpenPIV/openpiv-python) OpenPIV consists in a Python and Cython modules for scripting and executing the analysis of a set of PIV image pairs. In addition, a Qt graphical user interface is in @@ -57,5 +58,3 @@ The OpenPIV documentation is available on the project web page at