Commit graph

2 commits

Author SHA1 Message Date
Drew Fustini
bf97de641a
update install and test shell scripts
Signed-off-by: Drew Fustini <drew@pdp7.com>
2018-08-31 04:34:38 -05:00
Drew Fustini
773f9bd4e5
Add bash scripts to help install and test
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>
2017-11-30 02:20:52 -06:00