Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jun 3, 2020
1 parent 2d30d1d commit 01a2bc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ pytest tests/ignite/engine/test_terminate -vvv -k test_terminate
```
To run all tests with coverage (assuming installed `pytest-cov`):
```bash
sh tests/run_cpu_tests.sh
CI_PYTHON_VERSION=<your python version, e.g 3.7> sh tests/run_cpu_tests.sh
# for example
# CI_PYTHON_VERSION=3.7 sh tests/run_cpu_tests.sh
```

#### Send a PR
Expand Down

0 comments on commit 01a2bc0

Please sign in to comment.