Tune pytest.ini, this fixes Travis build

This commit is contained in:
Jakub Stasiak 2013-07-16 00:37:31 +01:00
parent 5edf27ee5f
commit 4672094212
1 changed files with 1 additions and 1 deletions

View File

@ -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