Tune pytest.ini, this fixes Travis build
This commit is contained in:
parent
5edf27ee5f
commit
4672094212
|
@ -1,4 +1,4 @@
|
|||
[pytest]
|
||||
python_files = *test*.py
|
||||
python_files = injector_test.py
|
||||
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules injector.py injector_test.py README.md
|
||||
norecursedirs = __pycache__ *venv* .git
|
||||
|
|
Loading…
Reference in New Issue