Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 7 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,14 @@
os:
- linux

sudo: false

language: python

python:
- 2.7
- 3.6
- "3.7"
- "3.6"

before_install:
# http://conda.pydata.org/docs/travis.html#the-travis-yml-file
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda env create
- source activate openpiv
notifications:
email: false

install:
- python setup.py build_ext --inplace
- python setup.py install
- pip install -q numpy cython
- python setup.py develop

script:
- py.test
- pytest openpiv
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/Users/alex/miniconda3/envs/openpiv3/bin/python"
}
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dependencies
============

OpenPIV would not have been possible if other great open source projects did not
exist. We make extensive use of code and tools that other people have created, so
exist. We make extensive use of code and tools that other people have created, so
you should install them before you can use OpenPIV.

The dependencies are:
Expand All @@ -20,9 +20,9 @@ The dependencies are:
On all the platforms, the binary Anaconda installation is recommended.
Visit https://www.continuum.io/downloads

How to install the dependencies on Linux (detailed)
How to install the dependencies on Linux (detailed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
On a Linux platform installing these dependencies should be trick. Often, if not always,
On a Linux platform installing these dependencies should be trick. Often, if not always,
python is installed by default, while the other dependencies should appear in your package
manager.

Expand Down
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ include INSTALL
include LICENSE.txt
include MILESTONES
include TODO
recursive-include openpiv *.bat
recursive-include openpiv *.bmp
recursive-include openpiv *.ipynb
recursive-include openpiv *.pdf
recursive-include openpiv *.png
recursive-include openpiv *.py
recursive-include openpiv *.rst
recursive-include openpiv *.tif
recursive-include openpiv *.ui
recursive-include openpiv *.zip
recursive-include openpiv Makefile
37 changes: 0 additions & 37 deletions environment.yml

This file was deleted.

3 changes: 0 additions & 3 deletions makeui.sh

This file was deleted.

59 changes: 0 additions & 59 deletions openpiv/data/defaults-processing-parameters.cfg

This file was deleted.

Binary file removed openpiv/data/icons/configure.png
Binary file not shown.
Binary file removed openpiv/data/icons/exit.png
Binary file not shown.
Binary file removed openpiv/data/icons/filenew.png
Binary file not shown.
Binary file removed openpiv/data/icons/fileopen.png
Binary file not shown.
Binary file removed openpiv/data/icons/filesave.png
Binary file not shown.
Binary file removed openpiv/data/icons/filesaveas.png
Binary file not shown.
Binary file removed openpiv/data/icons/filter.png
Binary file not shown.
Binary file removed openpiv/data/icons/filtersettings.png
Binary file not shown.
Binary file removed openpiv/data/icons/help.png
Binary file not shown.
Binary file removed openpiv/data/icons/import_image.png
Binary file not shown.
Binary file removed openpiv/data/icons/import_vector.png
Binary file not shown.
Binary file removed openpiv/data/icons/kcmsystem.png
Binary file not shown.
Binary file removed openpiv/data/icons/player_end.png
Binary file not shown.
Binary file removed openpiv/data/icons/player_fwd.png
Binary file not shown.
Binary file removed openpiv/data/icons/player_pause.png
Binary file not shown.
Binary file removed openpiv/data/icons/player_play.png
Binary file not shown.
Binary file removed openpiv/data/icons/player_rew.png
Binary file not shown.
Binary file removed openpiv/data/icons/player_start.png
Binary file not shown.
Binary file removed openpiv/data/icons/reload_page.png
Binary file not shown.
Binary file removed openpiv/data/icons/urapiv_text.png
Binary file not shown.
Binary file removed openpiv/data/icons/viewmag+.png
Binary file not shown.
Binary file removed openpiv/data/icons/viewmag-.png
Binary file not shown.
Binary file removed openpiv/data/images/urapiv_icon.png
Binary file not shown.
Binary file removed openpiv/data/images/urapiv_logo.png
Binary file not shown.
Binary file removed openpiv/data/images/urapiv_small.png
Binary file not shown.
Loading