bmarcot / vega

vega -- The Unix-like Operating System for micro-controllers (ARM Cortex-M4)
6 stars 1 forks source link

Use matrix of [v6m, v7m] in CI. #14

Open bmarcot opened 8 years ago

bmarcot commented 8 years ago

Add to .travis.yml:

matrix:
  include:
    - env: PLATFORM=qemu
    - env: PLATFORM=microbit

And getenv() in Python test runner.