Skip to content

Commit 1945f74

Browse files
committed
Add pytest.ini.
1 parent f3daf7f commit 1945f74

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ include doc/html/_static/*
99
include doc/html/objects.inv
1010
include python2_6.patch
1111
include tests/conftest.py
12+
include tests/pytest.ini
1213
include tests/test_*.py

tests/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
minversion = 2.8

0 commit comments

Comments
 (0)