X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;fp=tox.ini;h=eb7797c3076c6b82378025b01735ce4ca4e34023;hb=e4508c6f74cc2cca194ac879c3e4084c4421f030;hp=4d2880983b24ce3b8978aa0e3b9cadbb2903f705;hpb=5d4e27ee707459695636605f55c57017338b48ed;p=m_librarian.git diff --git a/tox.ini b/tox.ini index 4d28809..eb7797c 100644 --- a/tox.ini +++ b/tox.ini @@ -19,10 +19,10 @@ deps = pip < 19.2 setuptools < 44 -rdevscripts/requirements/requirements_tests.txt -passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR +passenv = CI APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR setenv = VIRTUALENV_PIP = 19.1.1 -platform = linux +platform = linux|darwin [testenv:{py27,py34,py35,py36,py37,py38,py39}-sqlite] commands = @@ -45,3 +45,12 @@ deps = commands = {[testenv]commands} flake8 + +[gh-actions] +python = + 2.7: py27 + 3.5: py35 + 3.6: py36 + 3.7: py37 + 3.8: py38 + 3.9: py39