Why can’t the following intuitive approach work and be fast??
language: python
python: 3.7
os:
- linux
- osx
- windows
install: pip3 install --upgrade pip
script: python3 platform-info.py
The minimal .travis.yml file required to run Python 3.7 on Linux, macOS, and Windows is unnecessary complex, fragile, and slow. Would it at least be possible to have choco install python done on the Windows base image to save a 1 min 30 sec startup time?
https://docs.travis-ci.com/user/languages/python/#running-python-tests-on-multiple-operating-systems