civisanalytics / python-glmnet

A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Other
262 stars 59 forks source link

TST CircleCI v2; No Docker tests #44

Closed stephen-hoover closed 5 years ago

stephen-hoover commented 5 years ago

Update the test configuration file to CircleCI v2. Also take the opportunity to clean up testing -- instead of controlling the environment so stringently with a Dockerfile, just install the package and the requirements, and test that way (since that's in general how users will use this code). Also test in multiple Python versions.

Closes #43 .

stephen-hoover commented 5 years ago

Does this project officially support Python 3.4? If so, I'll add it to the tests.

stephen-hoover commented 5 years ago

@kcrum , our CircleCI tests now include Python v3.4, and I put a note in the README with our Python version requirements.