Skip to content

Commit 0dd9343

Browse files
committed
flake8: abandon .travis/flake8.sh
given the amount of changes we've recently made, it makes no sense to copare against the arbitrary 0.0.0 tag we made, just for this script. Instead we install flake8-mypy, and replace our test with a single call to flake8.
1 parent aca3ce4 commit 0dd9343

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo: false
55
env:
66
- MYPYPATH="$TRAVIS_BUILD_DIR/.travis/mypy-stubs"
77
install:
8-
- pip3 install flake8-mutable flake8-builtins mypy
8+
- pip3 install flake8-mutable flake8-builtins flake8-mypy
99
script:
10-
- ".travis/flake8.sh"
11-
- mypy iocage
10+
- flake8 --exclude=__init__.py --ignore=E203,W391

.travis/flake8.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)