switch to GitHub actions for builds

This commit is contained in:
Miguel Grinberg
2021-02-06 11:23:08 +00:00
parent 125af4b4a9
commit 4c0afa2bec
6 changed files with 67 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
# microdot
[![Build Status](https://travis-ci.org/miguelgrinberg/microdot.svg?branch=master)](https://travis-ci.org/miguelgrinberg/microdot)
[![Build status](https://github.com/miguelgrinberg/microdot/workflows/build/badge.svg)](https://github.com/miguelgrinberg/microdot/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/microdot/branch/master/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/microdot)
A minimalistic Python web framework for microcontrollers inspired by Flask
## Documentation
Coming soon!
Coming soon!