Skip to content

added option to get to allow non strict file paths with -T flag #90

added option to get to allow non strict file paths with -T flag

added option to get to allow non strict file paths with -T flag #90

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
python-version:
- "3.7"
- "3.8"
- "3.9"
include:
- os: ubuntu-20.04
python: "3.5"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install readme_renderer
- name: Set up SSH
run: .ci/setup_ssh.sh
- name: Install SSH
run: |
sudo apt-get update -qq
sudo apt-get install -qq openssh-client openssh-server
- run: pip install -e .
- run: SCPPY_PORT=10022 python test.py
- run: python setup.py check -r -s