Add pytest-warnings to test reqs

merge-requests/130/head
Jason Robinson 2016-09-12 21:51:00 +03:00
rodzic 8d62831ae9
commit 157423efe3
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -10,6 +10,6 @@ install:
- pip install -r test-requirements.txt - pip install -r test-requirements.txt
- python setup.py develop - python setup.py develop
- pip freeze - pip freeze
script: py.test --cov=./ script: py.test -r w --cov=./
after_success: after_success:
- codecov - codecov

Wyświetl plik

@ -3,3 +3,4 @@ factory_boy
codecov codecov
coverage coverage
pytest-cov pytest-cov
pytest-warnings