11 runs-on: ubuntu-latest
14 python: [2.7, 3.4, 3.5, 3.7, 3.8]
17 - uses: actions/checkout@v2
18 - name: Set up Python ${{ matrix.python }}
19 uses: actions/setup-python@v2
21 python-version: ${{ matrix.python }}
22 - name: Install Dependencies
24 python -m pip install --upgrade setuptools tox
26 working-directory: library
31 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32 working-directory: library
34 python -m pip install coveralls
36 if: ${{ matrix.python == '3.8' }}