From 672c935b2d1c2da5324d6f2bb98fe0e1cd79fd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrobe=CC=81s?= Date: Tue, 27 Jan 2015 19:39:34 +0100 Subject: [PATCH] Minor changes to contributing and license docs --- CONTRIBUTING.md | 7 +++---- LICENSE.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d78ca1c..909a096 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,9 @@ Your PRs are more likely to be merged quickly if: ## Building +PRs to `ddt` are always built by Travis-CI on Python 2 and 3. -The simplest way to build `ddt` is using `tox`: +If you want to build `ddt` locally, the simplest way is to use `tox`: ``` pip install tox @@ -24,9 +25,7 @@ This will run tests on various releases of python (2 and 3, as long as they are installed in your computer), run `flake8` and build the Sphinx documentation. -PRs to `ddt` are always built by travis-ci using tox. - -Alternatively, if you ony want to run tests on your active version of python, +Alternatively, if you only want to run tests on your active version of python, I recommend you make yourself a virtual environment and: ``` diff --git a/LICENSE.md b/LICENSE.md index f2bc8bf..26127d7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -18,4 +18,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[MIT License](http://mit-license.org/) +([MIT License](http://mit-license.org/))