diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..a7785005 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +addopts = --tb=native +norecursedirs = tests/fixtures diff --git a/tox.ini b/tox.ini index 600ba3f1..6cab5b95 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,3 @@ deps = commands = py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie} - -[pytest] -addopts = --tb=native