"vscode:/vscode.git/clone" did not exist on "46d4eecf2e20ed970fa4f1dbfcf6b146c19a7597"
Commit 1b53fa07 authored by Nikita Titov's avatar Nikita Titov Committed by Tsukasa OMOTO
Browse files

[python][ci] start to support Python 3.7 (#1584)

* added python 3.7 to the list of supporting versions

* reorganized python versions at Travis

* addressed review comments
parent 8f17b30c
......@@ -12,25 +12,25 @@ os:
env:
global: # default values
- COMPILER=gcc
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
matrix:
- TASK=regular
- TASK=regular PYTHON_VERSION=3.6
- TASK=regular COMPILER=clang
- TASK=mpi PYTHON_VERSION=2.7
- TASK=mpi
- TASK=pylint
- TASK=check-docs
- TASK=if-else
- TASK=sdist PYTHON_VERSION=3.4
- TASK=bdist PYTHON_VERSION=3.5
- TASK=gpu METHOD=source
- TASK=gpu METHOD=pip
- TASK=sdist PYTHON_VERSION=2.7
- TASK=bdist
- TASK=gpu METHOD=source PYTHON_VERSION=3.5
- TASK=gpu METHOD=pip PYTHON_VERSION=3.6
matrix:
exclude:
- os: osx
env: TASK=gpu METHOD=source
env: TASK=gpu METHOD=source PYTHON_VERSION=3.5
- os: osx
env: TASK=gpu METHOD=pip
env: TASK=gpu METHOD=pip PYTHON_VERSION=3.6
- os: osx
env: TASK=if-else
- os: osx
......
......@@ -286,4 +286,5 @@ if __name__ == "__main__":
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering :: Artificial Intelligence'])
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment