File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 - " 3.6"
88 - " 3.7"
99 - " 3.8"
10+ - " 3.9"
1011install :
1112 - pip install tox-travis
1213script :
Original file line number Diff line number Diff line change 7171 'Programming Language :: Python :: 3.6' ,
7272 'Programming Language :: Python :: 3.7' ,
7373 'Programming Language :: Python :: 3.8' ,
74+ 'Programming Language :: Python :: 3.9' ,
7475 'Topic :: Software Development :: Build Tools' ,
7576 ],
7677 license = __license__ ,
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{27,35,36,37,38},
3+ py{27,35,36,37,38,39 },
44
55[testenv]
66basepython =
@@ -9,6 +9,7 @@ basepython =
99 py36: python3.6
1010 py37: python3.7
1111 py38: python3.8
12+ py39: python3.9
1213
1314passenv = CI TRAVIS TRAVIS_*
1415
You can’t perform that action at this time.
0 commit comments