Skip to content

Commit

Permalink
Deploy Travis CI build 1271 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Apr 18, 2020
1 parent 252e3d5 commit 63a5487
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 82 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ RANDOM_SEED ?= $(shell date +%s)
FAILURES := .cache/v/cache/lastfailed

PYTEST_OPTIONS := --random --random-seed=$(RANDOM_SEED)
ifdef DISABLE_COVERAGE
PYTEST_OPTIONS += --no-cov --disable-warnings
ifndef DISABLE_COVERAGE
PYTEST_OPTIONS += --cov=$(PACKAGE)
endif
PYTEST_RERUN_OPTIONS := --last-failed --exitfirst

Expand Down
Loading

0 comments on commit 63a5487

Please sign in to comment.