File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 99 python : 3.8
1010 install : pip install -U tox-travis
1111 script : tox
12+ - python : 3.6
13+ install : pip install -U tox-travis
14+ script : tox
15+ - python : 3.7
16+ install : pip install -U tox-travis
17+ script : tox
1218 - python : 3.8
1319 install :
1420 - pip install ./
Original file line number Diff line number Diff line change 1919 'Intended Audience :: Developers' ,
2020 'License :: OSI Approved :: MIT License' ,
2121 'Natural Language :: English' ,
22+ 'Programming Language :: Python :: 3.6' ,
2223 'Programming Language :: Python :: 3.7' ,
2324 'Programming Language :: Python :: 3.8'
2425 ],
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py38
2+ envlist = py36, py37, py38
33
44[travis]
55python =
66 3.8: py38
7+ 3.7: py37
8+ 3.6: py36
79
810[testenv]
911deps =
You can’t perform that action at this time.
0 commit comments