diff --git a/.travis.yml b/.travis.yml index 7ed06712..14c365dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,11 @@ script: - time ./dist/archey # Build a standalone script from sources (PyInstaller). - # (currently) disabled against Python 3.10 (not supported yet). + # (currently) disabled against Python 3.4 (PyInstaller does not support it since 4.0). # Disabled for PyPy (see ). - > - if ! [[ "$TRAVIS_PYTHON_VERSION" =~ ^(3\.10|pypy3)$ ]]; then + if ! [[ "$TRAVIS_PYTHON_VERSION" =~ ^(3\.4|pypy3)$ ]]; then + rm ./dist/archey pyinstaller \ --distpath dist \ --specpath dist \