Closed warenlg closed 6 years ago
pip install numpy
fails in Travis Python 3.7 environment, related SO https://stackoverflow.com/questions/48051779/pip-install-scipy-failed-in-travis-ci-python-3-7-env
Travis Python 3.7 passes for https://github.com/src-d/style-analyzer because neither numpy
nor scipy
are in the requirements
numpy is installed in style-analyzer. Proof: https://travis-ci.org/src-d/style-analyzer/jobs/419743055#L703
Yes, looks good now
Signed-off-by: Waren Long waren@sourced.tech
Issue : https://github.com/src-d/modelforge/issues/46