This commit is contained in:
Jannis Leidel 2020-11-23 16:25:24 +01:00
parent 70cba0264a
commit 72bde0ee1d
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 3 additions and 4 deletions

View file

@ -6,9 +6,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
max-parallel: 6 max-parallel: 5
matrix: 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py{27,34,35,36,37,py,py3} envlist = py{27,35,36,37,py,py3}
skip_missing_interpreters = True skip_missing_interpreters = True
[testenv] [testenv]
@ -16,7 +16,6 @@ deps =
[gh-actions] [gh-actions]
python = python =
2.7: py27 2.7: py27
3.4: py34
3.5: py35 3.5: py35
3.6: py36 3.6: py36
3.7: py37 3.7: py37