Get MPY cross compiler into the Docker image

This commit is contained in:
Josh Klar
2019-07-20 15:29:56 -07:00
parent a51d11f6e6
commit ffe3fa3c64
2 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
---
version: 2
jobs:
test:
@@ -5,8 +6,8 @@ jobs:
- image: 'kmkfw/base'
environment:
KMK_TEST: 1
PIPENV_VENV_IN_PROJECT: 1
KMK_TEST: 1
PIPENV_VENV_IN_PROJECT: 1
steps:
- checkout