Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e051e55

Browse files
author
Steve Peak
authored
Update README.md
1 parent 248906b commit e051e55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ codecov --token=<repo token>
2121
2222
#### unittests
2323

24-
```py
24+
```sh
2525
pip install coverage
2626
coverage run tests.py
2727
```
2828

2929
#### pytest
3030

31-
```py
31+
```sh
3232
pip install pytest-cov
3333
py.test --cov=./
3434
```
3535

3636
#### nosetests
3737
> http://nose.readthedocs.org/en/latest/plugins/cover.html
3838
39-
```py
39+
```sh
4040
nosetest --with-coverage
4141
```
4242

@@ -45,7 +45,7 @@ nosetest --with-coverage
4545

4646
Codecov can be ran from inside your `tox.ini` please make sure you pass all the necessary environment variables through:
4747

48-
```
48+
```ini
4949
[testenv]
5050
passenv = CI TRAVIS TRAVIS_*
5151
deps = codecov

0 commit comments

Comments
 (0)