Update pytest configuration

* Move it from tox.ini to pytest.ini
* Ignore tests/fixtures
This commit is contained in:
Jakub Roztocil 2016-01-01 19:08:27 -03:00
parent c3e5456aba
commit 4cadc1d4c0
2 changed files with 2 additions and 3 deletions

2
pytest.ini Normal file
View File

@ -0,0 +1,2 @@
addopts = --tb=native
norecursedirs = tests/fixtures

View File

@ -16,6 +16,3 @@ deps =
commands =
py.test --verbose --doctest-modules --basetemp={envtmpdir} {posargs:./tests ./httpie}
[pytest]
addopts = --tb=native