From 4672094212bd0756100e8c6b8c5bf91735d27fe9 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Tue, 16 Jul 2013 00:37:31 +0100 Subject: [PATCH] Tune pytest.ini, this fixes Travis build --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 1d42e88..07eae63 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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