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: ...@@ -12,25 +12,25 @@ os:
env: env:
global: # default values global: # default values
- COMPILER=gcc - COMPILER=gcc
- PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7
matrix: matrix:
- TASK=regular - TASK=regular PYTHON_VERSION=3.6
- TASK=regular COMPILER=clang - TASK=regular COMPILER=clang
- TASK=mpi PYTHON_VERSION=2.7 - TASK=mpi
- TASK=pylint - TASK=pylint
- TASK=check-docs - TASK=check-docs
- TASK=if-else - TASK=if-else
- TASK=sdist PYTHON_VERSION=3.4 - TASK=sdist PYTHON_VERSION=2.7
- TASK=bdist PYTHON_VERSION=3.5 - TASK=bdist
- TASK=gpu METHOD=source - TASK=gpu METHOD=source PYTHON_VERSION=3.5
- TASK=gpu METHOD=pip - TASK=gpu METHOD=pip PYTHON_VERSION=3.6
matrix: matrix:
exclude: exclude:
- os: osx - os: osx
env: TASK=gpu METHOD=source env: TASK=gpu METHOD=source PYTHON_VERSION=3.5
- os: osx - os: osx
env: TASK=gpu METHOD=pip env: TASK=gpu METHOD=pip PYTHON_VERSION=3.6
- os: osx - os: osx
env: TASK=if-else env: TASK=if-else
- os: osx - os: osx
......
...@@ -286,4 +286,5 @@ if __name__ == "__main__": ...@@ -286,4 +286,5 @@ if __name__ == "__main__":
'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',
'Topic :: Scientific/Engineering :: Artificial Intelligence']) '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