Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 5, 2020
2 parents 7efbd31 + 2c2fee0 commit decb014
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial
dist: bionic
language: python

python:
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ norecursedirs=dist build .tox .eggs
addopts=--doctest-modules --flake8 --black --cov
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# https://github.com/pytest-dev/pytest/issues/6928
ignore:direct construction of .*Item has been deprecated:DeprecationWarning
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only

[bdist_wheel]
python-tag = py36

[options]
packages = find:
include_package_data = true
Expand All @@ -30,7 +27,7 @@ testing =
pytest >= 3.5, !=3.7.3
pytest-checkdocs >= 1.2.3
pytest-flake8
pytest-black-multipy
pytest-black >= 0.3.7
pytest-cov

# local
Expand Down
2 changes: 1 addition & 1 deletion skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit decb014

Please sign in to comment.