Plugin Support - Supports common plugins like PySide6, Tkinter, etc. Choose the Python interpreter from the environment where the files will be packaged Example: ...
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi ...