From f71ccb46f6bc30d72d83ad650255f57cbb8ed363 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 11 May 2020 16:41:57 +0300 Subject: [PATCH] .travis.yml: unspecify Python version The default is currently 3.6 and as it's unlikely to become 2, it may make more sense to follow the default than remember to increase this at times. As this has been tested in another branch, [CI SKIP] --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68ca255..ba56cbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: python -python: - - "3.6" addons: apt: