From e84fc9bc77c928a5a9505a13baf6ea480cee1d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Thu, 18 Mar 2021 12:09:04 +0100 Subject: [PATCH] Upgrade Python to 3.5 in Deploy Stage This might just fix the issues Travis CI is having. pip has namely dropped support for 2.7 some time ago. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87705cd..50bd127 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ deploy: tags: true repo: rwl/PYPOWER branch: master - python: '2.7' + python: '3.5'