There was an error while loading. Please reload this page.
1 parent 248906b commit e051e55Copy full SHA for e051e55
README.md
@@ -21,22 +21,22 @@ codecov --token=<repo token>
21
22
#### unittests
23
24
-```py
+```sh
25
pip install coverage
26
coverage run tests.py
27
```
28
29
#### pytest
30
31
32
pip install pytest-cov
33
py.test --cov=./
34
35
36
#### nosetests
37
> http://nose.readthedocs.org/en/latest/plugins/cover.html
38
39
40
nosetest --with-coverage
41
42
@@ -45,7 +45,7 @@ nosetest --with-coverage
45
46
Codecov can be ran from inside your `tox.ini` please make sure you pass all the necessary environment variables through:
47
48
-```
+```ini
49
[testenv]
50
passenv = CI TRAVIS TRAVIS_*
51
deps = codecov
0 commit comments