From a36c80e68a0342aeb2193ce9abf44d6a7ca73123 Mon Sep 17 00:00:00 2001 From: Volodymyr Yahello Date: Sat, 3 Oct 2020 18:42:33 +0300 Subject: [PATCH] Move images into media folder --- README.md | 4 ++-- howto.gif => media/howto.gif | Bin icon.png => media/icon.png | Bin pytest.ini | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) rename howto.gif => media/howto.gif (100%) rename icon.png => media/icon.png (100%) diff --git a/README.md b/README.md index f07dab3..814966b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Screenshot](icon.png) +![Screenshot](media/icon.png) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Build Status](https://travis-ci.org/vyahello/pytest-emoji-output.svg?branch=master)](https://travis-ci.org/vyahello/pytest-emoji-output) @@ -27,7 +27,7 @@ ## Usage -![Demo](howto.gif) +![Demo](media/howto.gif) ### Installation diff --git a/howto.gif b/media/howto.gif similarity index 100% rename from howto.gif rename to media/howto.gif diff --git a/icon.png b/media/icon.png similarity index 100% rename from icon.png rename to media/icon.png diff --git a/pytest.ini b/pytest.ini index 15967b4..0567baf 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,4 +6,3 @@ addopts = -rsxX -v -l --tb=long -