8 lines
176 B
Python
8 lines
176 B
Python
#XXX make work: excludedirs = ['_build']
|
|
import py
|
|
#py.test.importorskip("pygments")
|
|
pytest_plugins = ['pytest_restdoc']
|
|
rsyncdirs = ['.']
|
|
|
|
collect_ignore = ['test/attic.txt']
|