View Single Post
  #1   Spotlight this post!  
Unread 09-05-2014, 16:10
sparkytwd's Avatar
sparkytwd sparkytwd is offline
Registered User
FRC #3574
Team Role: Mentor
 
Join Date: Feb 2012
Rookie Year: 2012
Location: Seattle
Posts: 96
sparkytwd will become famous soon enough
Sample Python OpenCV project with Travis CI integration

One area for improvement my team is investigating post 2014 is better testing of our code. We already use a public GitHub repository, https://github.com/first3574/JupiterVision/ so Travis CI is a free possibility for ongoing testing.

To that end, I've created a simple project that allows Python code using cv2 to run on Travis CI's systems. https://github.com/hackcasual/firstpythonfortravis

Everytime a change is pushed to the git repo, Travis CI pulls it and runs unit tests. You can see the builds so far here: https://travis-ci.org/hackcasual/fir...rtravis/builds

I'll be working with the student who wrote the vision code this year, and I hope to soon have a more fully fleshed example.
Reply With Quote