From 157423efe3c5167c8a6c83d7baf93a5d9c9b76e6 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 12 Sep 2016 21:51:00 +0300 Subject: [PATCH] Add pytest-warnings to test reqs --- .travis.yml | 2 +- test-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e4e375..3954f5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,6 @@ install: - pip install -r test-requirements.txt - python setup.py develop - pip freeze -script: py.test --cov=./ +script: py.test -r w --cov=./ after_success: - codecov diff --git a/test-requirements.txt b/test-requirements.txt index eb66657..0148ccc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,3 +3,4 @@ factory_boy codecov coverage pytest-cov +pytest-warnings