diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2017-12-11 16:56:59 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2017-12-11 16:57:47 +0100 |
| commit | 09d2ae5f1ca47e3aede940e15c28fc4c3ff1e9eb (patch) | |
| tree | b1a9c88454f5a28b186f9b68e7d5a00eb48dafcf | |
| parent | f14a596a33feaad65f30020759e9f3481a9f1d9c (diff) | |
| download | GitPython-09d2ae5f1ca47e3aede940e15c28fc4c3ff1e9eb.tar.gz GitPython-09d2ae5f1ca47e3aede940e15c28fc4c3ff1e9eb.zip | |
Make it more obvious how tests can be run locally
See #674 for reference.
[skip CI]
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
