microsoft / agogosml

agogosml is a flexible data processing pipeline that addresses the common need for operationalizing ML models at scale
MIT License
34 stars 16 forks source link

fix make build-all - tox build process #279

Closed cicorias closed 5 years ago

cicorias commented 5 years ago

addresses usnig pyenv with different versions of python based upon the tox.ini list of environments

closes #278

Shown in logs here line 1212 - : https://dev.azure.com/csedevil/agogosml/_build/results?buildId=2628&view=logs&jobId=fd490c07-0b22-5182-fac9-6d67fe1e939b&taskId=00933dce-c782-5c03-4a85-76379ccfa50a&lineStart=1212&lineEnd=1216&colStart=1&colEnd=21

 py35: commands succeeded
  py36: commands succeeded
  py37: commands succeeded
  flake8: commands succeeded
  congratulations :)
cicorias commented 5 years ago

Agreed... I’ll add a backlog item as azure pipelines don’t believe deals with the matrix but we can have parallel jobs.. my goal was to just get what was there working first