diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bb71ca41..1fbb1ddb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ # UNUSED, only for reference. If adjustments are needed, please see github actions language: python python: + - "3.4" - "3.5" - "3.6" - "3.7" |