kopia lustrzana https://gitlab.com/jaywink/federation
Add pytest-warnings to test reqs
rodzic
8d62831ae9
commit
157423efe3
|
@ -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
|
||||
|
|
|
@ -3,3 +3,4 @@ factory_boy
|
|||
codecov
|
||||
coverage
|
||||
pytest-cov
|
||||
pytest-warnings
|
||||
|
|
Ładowanie…
Reference in New Issue