1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 01:28:56 +00:00

Bring back all pys

This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-01-03 21:27:56 +01:00
parent d910d4b69d
commit 27937ce055

View File

@ -7,8 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
# pyversion: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] pyversion: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
pyversion: [2.7]
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: