We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a9fef commit 1791b7dCopy full SHA for 1791b7d
1 file changed
.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
12
script:
13
- pip install -r requirements.txt
14
- pip install -r test-requirements.txt
15
- - pytest --cov=lighter
+ - pytest --cov=lighter --ignore=test/test_transaction_api.py --ignore=test_account_api.py --ignore=test_root_api.py --ignore=test_order_api.py --ignore=test_block_api.py --ignore=test/test_candlestick_api.py
16
17
pytest-3.8:
18
extends: .pytest
0 commit comments