Skip to content

Commit

Permalink
Hook circular dependencies check up on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Dec 24, 2015
1 parent 05eba04 commit b9af8e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ compile:
@echo "Removing all .pyc files"
find $(COMPONENTS) -name \*.pyc -type f -print0 | xargs -0 -I {} rm {}


.PHONY: .st2client-dependencies-check
.st2client-dependencies-check:
@echo "Checking for st2common imports inside st2client"
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
if [ ${TASK} == 'checks' ]; then
# compile .py files, useful as compatibility syntax check
make compile
make pylint flake8 docs
make pylint flake8 docs .st2client-dependencies-check .st2common-circular-dependencies-check
elif [ ${TASK} == 'unit' ]; then
# compile .py files, useful as compatibility syntax check
make compile
Expand Down

0 comments on commit b9af8e0

Please sign in to comment.