math1um / objects-invariants-properties

Objects, Invariants and Properties for Graph Theory (GT) automated conjecturing: in particular with the Sage program CONJECTURING: http://nvcleemp.github.io/conjecturing/
GNU General Public License v3.0
15 stars 6 forks source link

Set up CI testing #536

Open nvcleemp opened 6 years ago

nvcleemp commented 6 years ago

It looks like we would be able to run the doctests automatically on https://travis-ci.org/. It might be a good idea to look into this, but first we need to completely resolve #530.

yirkajk commented 6 years ago

Great idea!

While we're at it, another idea would be a style and typo checker: https://github.com/works-with/category/code-quality https://github.com/marketplace/category/code-quality

nvcleemp commented 6 years ago

I have this working on a test repo I made. I'm making some small adjustments and will then set this up for this repo.