diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-02 17:03:16 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-02 17:04:29 +0200 |
commit | ea86a27da94dde30394c19e6fb57f2c0961fadee (patch) | |
tree | 3608175d6b250913a903ea994d7fe2a33f73a117 | |
parent | dbce004a84a17bcb07c2c2fcec17aedc76b3e2e5 (diff) |
Switch to deadsnakes/ppa
https://travis-ci.org/github/collivier/functest-kubernetes/jobs/682053007
Change-Id: Iedac5d4c47bec7cdd00c65e9d7f8d0cd3488ef9a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 777cff28daff5514f21ad04198afbfbc5b5ba7cb)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3c2b5a9f..292ff8ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: - libssl1.0.0 before_script: - - sudo add-apt-repository -y ppa:jonathonf/python-3.6 + - sudo add-apt-repository -y ppa:deadsnakes/ppa - sudo apt-get update - sudo apt-get install python3.6 python3.6-dev - sudo pip install tox |