summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-02-28 17:36:22 -0600
committerJason R. Coombs <jaraco@jaraco.com>2020-02-28 17:36:22 -0600
commit8fbd841d17a029232577d71587c02aa429874287 (patch)
tree800a992684899b600b4c46ae5ad7e42db9ce0907
parent4f845452dd0f7e95b7959b8e0ea50374c73b7920 (diff)
downloadpytest-runner-8fbd841d17a029232577d71587c02aa429874287.tar.gz
Update to bionic for Travis. Correct comment about IPv6 workaround.
-rw-r--r--.travis.yml4
-rw-r--r--skeleton.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 17e45a6..923377f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-dist: xenial
+dist: bionic
language: python
python:
@@ -11,7 +11,7 @@ install:
- pip install tox tox-venv
before_script:
- # Disable IPv6. Ref travis-ci/travis-ci#8361
+ # Enable IPv6. Ref travis-ci/travis-ci#8361
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
fi
diff --git a/skeleton.md b/skeleton.md
index 340b65c..4544158 100644
--- a/skeleton.md
+++ b/skeleton.md
@@ -120,7 +120,7 @@ Features include:
Features include:
- test against Python 3
-- run on Ubuntu Xenial
+- run on Ubuntu Bionic
- correct for broken IPv6
### AppVeyor