|
Ran
|
Jobs
1
|
Files
242
|
Run time
25s
|
Badge
README BADGES
|
push
travis-ci
py/mkenv.mk: Change default PYTHON variable from "python" to "python3". This change makes it so that python3 is required by default to build MicroPython. Python 2 can be used by specifying make PYTHON=python2. This comes about due to a recent-ish change to PEP 394 that makes the python command more optional than before (even with Python 2 installed); see https://github.com/python/peps/commit/cd59ec03c#diff-1d22f7bd72cbc900670f058b1107d426 Since the command python is no longer required to be provided by a distribution we need to use either python2 or python3 as commands. And python3 seems the obvious choice.
18285 of 18659 relevant lines covered (98.0%)
332410.11 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 3 | 10213.3 (NAME="unix coverage build and tests") | 0 |
98.0 |
Travis Job 10213.3 |