eltonlaw / impyute

Data imputations library to preprocess datasets with missing data

Home Page:http://impyute.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add pypy to supported envs

eltonlaw opened this issue · comments

todo

  1. Dockerfile.pybase builds the eltonlaw/pybase image which sets up the python environments. Add stuff to install pypy here.
  2. Dockerfile builds the impyute image which installs dev requirements and installs impyute. Add stuff to install impyute into the new pypy enviroment.
  3. Update README.rst to support pypy
  4. Add $ docker run impyute pypy -m pytest to the test target in the Makefile

verifying things work

  1. Rebuild pybase: image make rebuild-pybase
  2. Rebuild impyute image: docker build -t impyute .
  3. Check that $ docker run impyute pypy -m pytest runs. If tests are successful, it should be okay.