make test: python interpreter customization 63/6163/3
authorvagrant <vagrant@localhost.localdomain>
Fri, 7 Apr 2017 01:48:47 +0000 (01:48 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 19 Apr 2017 07:12:23 +0000 (07:12 +0000)
commit937bf30183d39859c4a0717fa1a801cd556cfcfa
tree0cc8f754eda411866306cbc346b8a1d57d1cb0c5
parentd367768270a3d19447af1a7059068e1f20fd15a6
make test: python interpreter customization

Allow using custom python interpreter via 'PYTHON' env variable.
E.g. env PYTHON=pypy make test.
Get latest pip automatically to properly function in environments,
where old pip is available and a proxy is required. This allows
testing pypy in a centos vagrant-provided vm.

Change-Id: I67a658fc927303468cc67f0ac192317ca2907625
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Damjan Marion <damarion@cisco.com>
Makefile
test/Makefile