Skip to content

Commit

Permalink
deliberately fail travis build to check .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Dec 21, 2017
1 parent 3061f5b commit 4bf0e11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ def test_s3_performance_gz(benchmark):
key = _S3_URL + '/performance.txt.gz'
actual = benchmark(write_read, key, one_megabyte, 'wb', 'rb')
assert actual == one_megabyte


def test_deliberately_fail_travis_build(benchmark):
assert False

0 comments on commit 4bf0e11

Please sign in to comment.