leopart-hq / leopart

This is a search engine for publicly available KiCad files on GitHub. The KiCad files are parsed and the contained components indexed to make the projects searchable by the components they contain. This project was started as a university lab course and is now an open source project.
https://leopart.org
Other
8 stars 1 forks source link

Set up CI #2

Closed LasseMoench closed 4 years ago

LasseMoench commented 4 years ago

Set up CI with travis and clean up some messy tests. Think of a good way to deal with tests that require confidential config, e.g. api keys (encrypted environment variables in Travis? These will make it impossible to run tests for pull requests).