Skip to content

Commit

Permalink
Python 3.10 might be supported, disables against 3.4 which is not now
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
Samuel FORESTIER committed Oct 3, 2020
1 parent c203dcb commit 5ae5b0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://stackoverflow.com/a/22245203>).
- >
if ! [[ "$TRAVIS_PYTHON_VERSION" =~ ^(3\.10|pypy3)$ ]]; then
if ! [[ "$TRAVIS_PYTHON_VERSION" =~ ^(3\.4|pypy3)$ ]]; then
rm ./dist/archey
pyinstaller \
--distpath dist \
--specpath dist \
Expand Down

0 comments on commit 5ae5b0c

Please sign in to comment.