ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Get Travis CI working #67

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

Travis CI is a tool that takes every git commit and checks if my tests still pass.

I've been trying to set it up, but getting all requirements installed seems to be problematic. For some reason I'm having problems with installing the Python wrappers for opencv.

ivoflipse commented 10 years ago

After A LOT of fiddling around to get all my dependencies installed, I finally got it working!

https://travis-ci.org/ivoflipse/Pawlabeling

While all my tests produce errors or fail, that's to be expected after the changes I made to how data is to be loaded.