Closed lecopzer closed 6 years ago
PYTHON=python3
mk/flags.mk
matrix
jobs
stage
os:
export PATH=$PWD:$PATH
PYTHON=python3
inmk/flags.mk
, this makes Travis can't run Python in correct version.matrix
by usingjobs
andstage
os:
, etc.export PATH=$PWD:$PATH
that PATH scans from left to right. Avoid having the binary in unwanted path.