mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-20 20:04:47 +03:00
Make python versions match the matrix from GitHub actions
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
[tox]
|
||||
envlist =
|
||||
check,
|
||||
{py37,py36,py35},
|
||||
{py3.7,py3.6},
|
||||
docs
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py37: {env:TOXPYTHON:python3.7}
|
||||
py36: {env:TOXPYTHON:python3.6}
|
||||
py35: {env:TOXPYTHON:python3.5}
|
||||
py3.7: {env:TOXPYTHON:python3.7}
|
||||
py3.6: {env:TOXPYTHON:python3.6}
|
||||
{bootstrap,check,docs}: {env:TOXPYTHON:python3}
|
||||
setenv =
|
||||
PYTHONPATH={toxinidir}/tests
|
||||
|
||||
Reference in New Issue
Block a user