Permalink
Please sign in to comment.
Browse files
make pytest ignore venv directory which is present in circleci by def…
…ault
- Loading branch information...
Showing
with
7 additions
and 29 deletions.
- +2 −0 pytest.ini
- +1 −25 setup.py
- +4 −4 tests/test_api.py
2
pytest.ini
| @@ -0,0 +1,2 @@ | ||
| +[pytest] | ||
| +norecursedirs = venv |
26
setup.py
8
tests/test_api.py
0 comments on commit
91d425d