Skip to content

Commit 88d1554

Browse files
committed
Add python 3.7to Travis, change python_requirement in setup.py.
1 parent c16d7f6 commit 88d1554

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
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
)

0 commit comments

Comments
 (0)