Skip to content

Commit

Permalink
💚 make travis green
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jan 14, 2020
1 parent 5f9e73b commit 507e795
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ targets:
- output: "CHANGELOG.rst"
configuration: changelog.yml
template: CHANGELOG.rst.jj2
- ".github/workflows/pythonpublish.yml": "pythonpublish.yml"
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ stages:
submodules: false
python: 3.6
stage: lint
install: pip install flake8
script: flake8
script: bash lint.sh

.moban: &moban
<<: *disable_global
Expand Down
2 changes: 2 additions & 0 deletions lint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip install flake8
flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long
1 change: 1 addition & 0 deletions pypi-mobans-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ setup_py: false
rsrcdir: docs/source
rbuilddir: docs/_build
mastertocmaxdepth: 3
lint_command: bash lint.sh

0 comments on commit 507e795

Please sign in to comment.