src-d / modelforge

Python library to share machine learning models easily and reliably.
Apache License 2.0
18 stars 13 forks source link

Test Python 3.7 in Travis #47

Closed warenlg closed 6 years ago

warenlg commented 6 years ago

Signed-off-by: Waren Long waren@sourced.tech

Issue : https://github.com/src-d/modelforge/issues/46

warenlg commented 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

vmarkovtsev commented 6 years ago

numpy is installed in style-analyzer. Proof: https://travis-ci.org/src-d/style-analyzer/jobs/419743055#L703

warenlg commented 6 years ago

Yes, looks good now