module: support Python 3 only

This commit is contained in:
cn 2021-05-21 14:04:19 +02:00
parent 294281658e
commit 2089e809e8
2 changed files with 4 additions and 6 deletions

View File

@ -12,14 +12,12 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: python-version:
- '2.7'
- '3.4'
- '3.5'
- '3.7' - '3.7'
- '3.8'
- '3.9' - '3.9'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py{27,34,35,37,38,39},qa envlist = py{37,38,39},qa
skip_missing_interpreters = True skip_missing_interpreters = True
[testenv] [testenv]
@ -11,7 +11,7 @@ deps =
mock mock
pytest>=3.1 pytest>=3.1
pytest-cov pytest-cov
[testenv:qa] [testenv:qa]
commands = commands =
flake8 flake8