diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8477cea..545110c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest strategy: - max-parallel: 6 + max-parallel: 5 matrix: - python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 'pypy2', 'pypy3'] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 'pypy2', 'pypy3'] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 51ba925..fbd2a40 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,34,35,36,37,py,py3} +envlist = py{27,35,36,37,py,py3} skip_missing_interpreters = True [testenv] @@ -16,7 +16,6 @@ deps = [gh-actions] python = 2.7: py27 - 3.4: py34 3.5: py35 3.6: py36 3.7: py37