GliderGeek / PySoar

Gliding competition analysis
http://www.pysoar.com
GNU General Public License v3.0
17 stars 7 forks source link

Add Travis-CI functionality to PySoar, testing each and every commit. #93

Closed roeles closed 7 years ago

roeles commented 7 years ago

Travis-CI (https://travis-ci.org) integrated with github. It automatically tests each push to github. The .travis.yml file specifies what to do, which packages to install etc. My branch does these things:

Also see: https://travis-ci.org/Acavlieg/PySoar