Skip to content

Commit

Permalink
Run AVR and ARM tests on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Dec 16, 2019
1 parent a0844a2 commit e2fed1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
install:
- pip install coveralls
- pip install -r requirements.txt
- sudo apt install avr-gcc
- sudo apt install gcc-arm-none-eabi

script:
- coverage run --source=pbtools setup.py test
Expand Down

0 comments on commit e2fed1a

Please sign in to comment.