diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d576348..0cdd394 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6] + python-version: [3.6, 3.7] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index aa77e82..f9fb53f 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ skipdist = true [testenv] install_command = pip install {opts} {packages} -basepython= python3.6 whitelist_externals = cat setenv = PYTHONPATH=.