We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b59e77 commit 27cf30bCopy full SHA for 27cf30b
.travis.yml
@@ -74,7 +74,7 @@ script:
74
fi
75
76
- if [[ $TEST_TARGET == 'coding_standards' ]]; then
77
- find . -type f -name "*.py" ! -name 'conf.py' ! -name '_version.py' ! -name 'versioneer.py' ! -name '*DBConfig.py' | xargs flake8 --max-line-length=110 ;
+ find . -type f -name "*.py" ! -name 'conf.py' ! -name '_version.py' ! -name 'versioneer.py' ! -name '*DBConfig.py' ! -name 'Sample.py' | xargs flake8 --max-line-length=110 ;
78
79
80
- if [[ $TEST_TARGET == 'docs' ]]; then
0 commit comments