From 09d2ae5f1ca47e3aede940e15c28fc4c3ff1e9eb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 11 Dec 2017 16:56:59 +0100 Subject: Make it more obvious how tests can be run locally See #674 for reference. [skip CI] --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 421e59e9..89ced508 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ ### How to contribute * [fork this project](https://github.com/gitpython-developers/GitPython/fork) on github +* For setting up the environment to run the self tests, look at `.travis.yml`. * Add yourself to AUTHORS.md and write your patch. **Write a test that fails unless your patch is present.** * Initiate a pull request -- cgit v1.2.1