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
|
- 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
|
||||||
|
|
|
@ -3,3 +3,4 @@ factory_boy
|
||||||
codecov
|
codecov
|
||||||
coverage
|
coverage
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
pytest-warnings
|
||||||
|
|
Ładowanie…
Reference in New Issue