diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bbbb430 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [Unreleased] + +## [0.1.0] - 2018-05-24 +### Added +- Run the tests according with changed files + +[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.0...v0.1.0 diff --git a/README.rst b/README.rst index 7e3eea7..f84a759 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,14 @@ Features * Run the tests according with changed files from `git status` +Installation +------------ + +You can install "pytest-picked" via `pip`_ from `PyPI`_:: + + $ pip install pytest-picked + + Usage -----