Skip to content

Commit

Permalink
Merge pull request moremoban#93 from jayvdb/dogfood-fix
Browse files Browse the repository at this point in the history
Dogfood fix
  • Loading branch information
chfw authored Jul 10, 2019
2 parents 255752d + e157e88 commit 344fad6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stages:

.moban: &moban
<<: *disable_global
python: 2.7
python: 3.6
stage: moban
install: pip install moban>=0.0.4
script:
Expand All @@ -39,7 +39,7 @@ jobs:
- *moban
- *lint
allow_failures:
- test
- stage: test

stage: test

Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ all: upstreaming

upstreaming:
moban -m mobanfile
git diff
git diff --ignore-blank-lines | while read line; do if [ "$line" ]; then exit 1; fi; done

lint: flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long

Expand Down
4 changes: 2 additions & 2 deletions templates/docs/make.bat.jj2
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ if errorlevel 9009 (
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%

:end
popd

0 comments on commit 344fad6

Please sign in to comment.