Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Jul 22, 2015
2 parents 86710e6 + 20f9036 commit 85356a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo: false
os:
- linux
- osx

sudo: false

language: python

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -57,5 +58,3 @@ The OpenPIV documentation is available on the project web page at <http://openpi
4. David Lasagna
5. Mathias Aubert


[![Build Status](https://travis-ci.org/alexlib/openpiv-python.svg)](https://travis-ci.org/alexlib/openpiv-python)
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85356a0

Please sign in to comment.