Skip to content

Commit 69380f6

Browse files
authored
Add Flake8 F4 Tests to .travis.yml
F4 tests check for import errors. Implements issue TheAlgorithms#973
1 parent 2b36528 commit 69380f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: python
22
dist: xenial # required for Python >= 3.7
33
python: 3.7
44
install: pip install flake8
5-
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
5+
script: flake8 . --count --select=E9,F4,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)