File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 88 env : TOXENV=py35
99 - python : 3.6
1010 env : TOXENV=py36
11+ - python : 3.7
12+ env : TOXENV=py37
13+ sudo : required
14+ dist : xenial
1115
1216install :
1317 - pip install pipenv
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ def _long_description():
3434 'Programming Language :: Python :: 3.4' ,
3535 'Programming Language :: Python :: 3.5' ,
3636 'Programming Language :: Python :: 3.6' ,
37+ 'Programming Language :: Python :: 3.7' ,
3738 'License :: OSI Approved :: MIT License' ,
3839 'Operating System :: OS Independent' ,
3940 'Development Status :: 5 - Production/Stable' ,
Original file line number Diff line number Diff line change 22envlist =
33 py34,
44 py35,
5- py36
5+ py36,
6+ py37
67
78[testenv]
89skip_install =true
@@ -11,6 +12,7 @@ basepython=
1112 py34: python3.4
1213 py35: python3.5
1314 py36: python3.6
15+ py37: python3.7
1416
1517deps =
1618 pipenv
You can’t perform that action at this time.
0 commit comments