Travis: install venv

This commit is contained in:
yparitcher
2019-01-18 09:45:56 -05:00
parent ad4e526497
commit 589b17c596

View File

@@ -12,6 +12,7 @@ before_install:
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -q
- sudo apt-get install -y gcc-arm-embedded
- sudo apt-get install -y python3-venv
script:
- export CC=gcc-7
- make travis