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:03:16 +0200 |
commit | 777cff28daff5514f21ad04198afbfbc5b5ba7cb (patch) | |
tree | 98b9bac7423285bfabfb6fef081ddfb5a6f1b3c7 | |
parent | 076ac54a28552b340c684bd117008b21944edbba (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>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 47398e9a..0f7496b3 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 |