Open
Description
The Continuous testing / Automatic building idea is the next direction of Winpython.
This tries to summary what seems logical steps to go in that direction:
Continuous testing
- relies on python 'wheel-type' packages only
- for build process, move all whished packages in a 'my_wheels' directory,
- simplify build process up to
pip install --no-index --find-links=file://my_wheels -r requirements.txt
- translate it on a CI infrastructure
- add tests on pre-built Winpython
- avoid time-limit wall (of 40' ? ) in CI Infrastructure
Automatic building
- resolve the create icons problem
- resolve the create installer problem
- add tests on builded Winpython
- avoid time-limit wall (of 40' ? ) in CI Infrastructure