summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-12-30 20:56:25 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-12-31 16:19:40 +0000
commit0beec3cf7306d7b9d6fe771012bb9421877a9a82 (patch)
tree9d8ad63684d7dda0546dd5489c5f93d9d2dc37b7 /Tools
parent3c30dec661a9584c2b56eaf381533ac0816ff65a (diff)
downloadswig-0beec3cf7306d7b9d6fe771012bb9421877a9a82.tar.gz
Travis testing: use new deadsnakes repository for testing various python versions
See https://github.com/deadsnakes/issues/issues/53
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/travis-linux-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/travis-linux-install.sh b/Tools/travis-linux-install.sh
index 110bd8b70..e8a5e4c9c 100755
--- a/Tools/travis-linux-install.sh
+++ b/Tools/travis-linux-install.sh
@@ -95,7 +95,7 @@ case "$SWIGLANG" in
fi
WITHLANG=$SWIGLANG$PY3
if [[ "$VER" ]]; then
- travis_retry sudo add-apt-repository -y ppa:fkrull/deadsnakes
+ travis_retry sudo add-apt-repository -y ppa:deadsnakes/ppa
travis_retry sudo apt-get -qq update
travis_retry sudo apt-get -qq install python${VER}-dev
WITHLANG=$SWIGLANG$PY3=$SWIGLANG$VER