Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3eec20

Browse files
cclaussBoboTiG
authored andcommitted
CI: Replace "flake8 mss" --> "flake8 ."
1 parent fe69e5d commit f3eec20

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
@@ -24,7 +24,7 @@ install:
2424

2525
script:
2626
- py.test --showlocals --display=":42.0"
27-
- flake8 mss
27+
- flake8 .
2828
- pylint mss
2929
- if [[ $TRAVIS_PYTHON_VERSION > '2.8' ]]; then cd docs && make clean html; fi
3030

0 commit comments

Comments
 (0)