Consolidate tox.ini setup test definitions

This commit is contained in:
James Morris
2020-12-10 15:02:26 -05:00
parent 5f43ca7caa
commit 35b2654154
3 changed files with 12 additions and 46 deletions

View File

@@ -27,15 +27,15 @@ jobs:
matrix:
include:
- python-version: 3.5
env: setup35
env: py35-setup
- python-version: 3.6
env: setup36
env: py36-setup
- python-version: 3.7
env: setup37
env: py37-setup
- python-version: 3.8
env: setup38
env: py38-setup
- python-version: 3.9
env: setup39
env: py39-setup
steps:
- uses: actions/checkout@v2