Skip to content

Commit

Permalink
Deploy Travis CI build 1115 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Mar 15, 2018
1 parent 5a305b5 commit 9449b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ test: test-all ## Run unit and integration tests

.PHONY: test-unit
test-unit: install
@- mv $(FAILURES) $(FAILURES).bak
@ ( mv $(FAILURES) $(FAILURES).bak || true ) > /dev/null 2>&1
$(PYTEST) $(PYTEST_OPTIONS) $(PACKAGE) --junitxml=$(REPORTS)/unit.xml
@- mv $(FAILURES).bak $(FAILURES)
@ ( mv $(FAILURES).bak $(FAILURES) || true ) > /dev/null 2>&1
$(COVERAGE_SPACE) $(REPOSITORY) unit

.PHONY: test-int
Expand Down

0 comments on commit 9449b25

Please sign in to comment.