Add useful bash scripts to install and run pytest
for all versions of Python that I'm currently running
on my BeagleBone.
"python" package in Debian 9.2:
Python 2.7.13
"python3" package in Debian 9.2:
Python 3.5.3
compiled from source by myself on a beaglebone:
Python 3.6.3
Example usage:
debian@beaglebone:~/ssh/adafruit-beaglebone-io-python$ sudo ./install_all_python_versions.sh && ./pytest_all_versions.sh
Signed-off-by: Drew Fustini <drew@pdp7.com>