add Python 3.7

This commit is contained in:
httprunner
2018-08-07 15:07:47 +08:00
parent d7418acb5f
commit 7918be69c8
2 changed files with 5 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
sudo: false sudo: true
dist: xenial
language: python language: python
python: python:
- 2.7 - 2.7
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
install: install:
- pip install pipenv --upgrade-strategy=only-if-needed - pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev - pipenv install --dev

View File

@@ -90,7 +90,8 @@ setup(
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6' 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [