Skip to content

Commit

Permalink
Merge 9239430 into a301742
Browse files Browse the repository at this point in the history
  • Loading branch information
fornellas committed Apr 19, 2020
2 parents a301742 + 9239430 commit 6981bd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ python:
- 3.7
- 3.8
script:
TESTSLIDE_FORMAT=progress UNITTEST_VERBOSE=1 make travis V=1
TESTSLIDE_FORMAT=progress UNITTEST_VERBOSE=0 make travis V=1
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
##

TESTSLIDE_FORMAT?=documentation
UNITTEST_VERBOSE?=0
UNITTEST_VERBOSE?=1
ifeq ($(UNITTEST_VERBOSE),0)
UNITTEST_ARGS := --verbose
else
UNITTEST_ARGS :=
else
UNITTEST_ARGS := --verbose
endif
TESTS_SRCS = tests
SRCS = testslide
Expand Down

0 comments on commit 6981bd3

Please sign in to comment.