From 948fa124d6027b86fbe4d2ec1ec4f1f0822447c5 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 10 Nov 2020 12:52:17 +0100 Subject: [PATCH] Use Python 3.9 in CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a236b7..a9f0281 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - 2.7 + - 3.9 addons: postgresql: 9.6 env: @@ -8,6 +8,7 @@ env: - PLUGIN=payment_paypal before_install: - pip install -U pip setuptools + - pip install wheel - pip install -e git+https://github.com/indico/indico.git@${TRAVIS_BRANCH}#egg=indico install: - cd "${TRAVIS_BUILD_DIR}/${PLUGIN}"