adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115 stars 73 forks source link

Install required pip3 in travis example and update the example in README #72

Closed jxltom closed 4 years ago

jxltom commented 4 years ago

As the travis example tests on build_main_platforms which includes nrf52840, pip3 should be installed in travis example as installation of adafruit-nrfutil requires pip3.

This PR also updates the travis example in README, which should be same as https://github.com/adafruit/ci-arduino/blob/master/example_travis.yml.

ladyada commented 4 years ago

thanks - please note we're not using travis CI anymore - actions is faster :)

jxltom commented 4 years ago

Thanks for the reminder. That's cool, I will give actions a try!