X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/41157050fe0f81cc6634b37ad6940d2bc99cbc04..8429c111b02fa7b8eaafad93c46d45da1e41208f:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 113463a..ebaca86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: - - "2.7" + - "3.7" + - "3.8" + - "3.9" install: - pip install flake8 @@ -9,4 +11,5 @@ install: script: - flake8 qweechat + - qweechat-testproto --version - qweechat-testproto --help