We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af2a03 commit 54fc5f9Copy full SHA for 54fc5f9
tox.ini
@@ -4,7 +4,7 @@ envlist = py{35,36},docs,quality
4
[testenv]
5
passenv = CI TRAVIS TRAVIS_*
6
commands =
7
- py.test --cov-report= --cov=cryptojwt tests/ -m "not network" {posargs}
+ py.test --cov=cryptojwt tests/ {posargs}
8
codecov
9
extras = testing
10
deps =
0 commit comments