diff --git a/.travis.yml b/.travis.yml index a322499c..3efcad9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,13 +8,13 @@ addons: matrix: include: - - python: 3.5 - env: TOXENV=py35 - - python: 3.5 + - python: 3.7 + env: TOXENV=py37 + - python: 3.7 env: TOXENV=lint - - python: 3.6 + - python: 3.7 env: TOXENV=format-check - - python: 3.5 + - python: 3.7 env: TOXENV=docs install: diff --git a/setup.py b/setup.py index 99611e3f..26346e74 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup(name='Moulinette', license='AGPL', packages=find_packages(exclude=['test']), data_files=[(LOCALES_DIR, locale_files)], - python_requires='>=3.5', + python_requires='>=3.7', install_requires=[ 'argcomplete', 'psutil', diff --git a/tox.ini b/tox.ini index aceb7a25..0f996409 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py35 + py37 lint docs skipdist = True @@ -44,6 +44,7 @@ skip_install = {[testenv:format]skip_install} usedevelop = {[testenv:format]usedevelop} [testenv:docs] +basepython = python3.7 usedevelop = True commands = python -m sphinx -W doc/ doc/_build deps =