Make python setup.py test works on an new environment

This commit is contained in:
Toilal
2015-11-02 11:30:54 +01:00
parent 938b8512a0
commit dfbfc0c106
4 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
[pytest]
addopts =-s --ignore=setup.py --doctest-modules --doctest-glob='README.rst'
addopts =-s --ignore=setup.py --ignore=build --doctest-modules --doctest-glob='README.rst'