diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81d87e1..d1b2997 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,9 @@ -name: Run pyvk tests +name: Tests on: push: branches: - master - actions - jobs: test: runs-on: ubuntu-20.04 @@ -12,19 +11,18 @@ jobs: matrix: python-version: - '2.7' + - '3.5' + - '3.6' - '3.7' - '3.8' steps: - - name: Checkout uses: actions/checkout@v2 - - name: Setup python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} architecture: x64 - - name: Run tests env: API_USER: ${{ secrets.API_USER }}