Skip to content

Commit 22de546

Browse files
author
James Addison
committed
Merge branch 'master' into 20181212-mfa-sh-doc-update
2 parents 2c35382 + 15e1c6a commit 22de546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matrix:
1313
addons:
1414
apt:
1515
sources:
16-
- sourceline: 'deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial main'
16+
- sourceline: 'ppa:deadsnakes/ppa'
1717
packages:
1818
- python3.7-dev
1919
install: pip install tox

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ format=pylint
2020
max-complexity = 25
2121
max-line-length = 126
2222
exclude = .git,__pycache__,venv,tests/
23-
ignore = E402, E124, W503
23+
ignore = E402, E124, W503, W504

0 commit comments

Comments
 (0)