Closed cr closed 2 years ago
Travis tests fail with python setup.py test being killed during python package installation, probably due to running out of memory.
python setup.py test
Bug might be resolved by not letting setup.py test do all the grunt work of installing all the packages, but further investigation is required.
setup.py test
Also see #142 #143 #135
Travis tests fail with
python setup.py test
being killed during python package installation, probably due to running out of memory.Bug might be resolved by not letting
setup.py test
do all the grunt work of installing all the packages, but further investigation is required.Also see #142 #143 #135