Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 31 Oct 2020 09:31:45 UTC Commit: 9c434a56bce74e97e8499866ab0da038e8c5d590 https://github.com/geany/www.geany.org/commit/9c434a56bce74e97e8499866ab0da0...
Log Message: ----------- Enable Python3.9 for linting
Modified Paths: -------------- .travis.yml tox.ini
Modified: .travis.yml 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -21,6 +21,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9"
install: pip install tox-travis script: tox
Modified: tox.ini 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -15,7 +15,7 @@ skip_missing_interpreters = true skipsdist = true envlist = - py36,py37,py38 + py36,py37,py38,py39
geany_modules = geany latest_version news nightlybuilds pastebin static_docs
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).