File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ matrix:
1919 env : DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
2020 - os : linux
2121 env : DISTRIB="conda" PYTHON_VERSION="3.6" EXAMPLES="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
22- # Add flake8 check in travis.
22+ - os : linux
23+ env : DISTRIB="conda" PYTHON_VERSION="3.7" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
2324 - os : linux
2425 env : DISTRIB="conda" PYTHON_VERSION="3.6" RUN_FLAKE8="true" SKIP_TESTS="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
2526
@@ -70,7 +71,6 @@ install:
7071 - pip install git+https://github.com/openml/openml-python@0b9009b0436fda77d9f7c701bd116aff4158d5e1 --no-deps
7172 - mkdir ~/.openml
7273 - echo "apikey = 610344db6388d9ba34f6db45a3cf71de" > ~/.openml/config
73- # Install flake 8.
7474 - pip install flake8
7575 # Debug output to know all exact package versions!
7676 - pip freeze
Original file line number Diff line number Diff line change 6969 license = 'BSD' ,
7070 platforms = ['Linux' ],
7171 classifiers = [],
72- python_requires = '>=3.4 .*' ,
72+ python_requires = '>=3.5 .*' ,
7373 url = 'https://automl.github.io/auto-sklearn' ,
7474)
You can’t perform that action at this time.
0 commit comments