added python 3.6

This commit is contained in:
Manfred Kaiser
2021-06-08 15:56:13 +02:00
parent 8a4c48ba97
commit 47cda35584

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['2.7', '3.5']
version: ['2.7', '3.5', '3.6']
steps:
- uses: actions/checkout@v2
@@ -40,7 +40,8 @@ jobs:
./xonsh-x86_64.AppImage -c 'import xonsh'
- name: Test ssh-mitm
if: ${{ matrix.version == '3.6' }}
run: |
python -m python_appimage build app applications/ssh-mitm
test -e ssh-mitm-x86_64.AppImage
./ssh-mitm-x86_64.AppImage --help'
./ssh-mitm-x86_64.AppImage --help