eltonlaw / impyute

Data imputations library to preprocess datasets with missing data
http://impyute.readthedocs.io/
MIT License
352 stars 49 forks source link

Run unittests in Docker #12

Closed eltonlaw closed 6 years ago

eltonlaw commented 6 years ago

As of 5e1d6ba the tests are running correctly in the Docker container but since the Dockerfile hardcodes FROM python:3.6 two containers are being built (one for python 3.6/one for python 3.5 as the .travis.yml specifies) but they're just exact duplicates. Need to look into how to do versioning correctly with Docker+Travis+Python

eltonlaw commented 6 years ago

Done in #13