Enable ipv6 for testing
This commit is contained in:
parent
79daa12b06
commit
c0ba724578
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ install:
|
||||||
- pip list
|
- pip list
|
||||||
before_script:
|
before_script:
|
||||||
- openssl version -a
|
- openssl version -a
|
||||||
|
# Add an IPv6 config - see the corresponding Travis issue
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/8361
|
||||||
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||||
|
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
|
||||||
|
fi
|
||||||
script:
|
script:
|
||||||
- python -m pytest -x plugins/CryptMessage/Test
|
- python -m pytest -x plugins/CryptMessage/Test
|
||||||
- python -m pytest -x plugins/Bigfile/Test
|
- python -m pytest -x plugins/Bigfile/Test
|
||||||
|
|
Loading…
Reference in a new issue