Skip to content
Snippets Groups Projects
Commit 7c8542ea authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test engine fix

parent 49a726fa
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ satella.sublime*
hs_err_pid*.log
*.pydevproject
.project
venv
coverage.xml
.metadata
lock
bin/
......
......@@ -10,8 +10,7 @@ before_script:
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- pip install -r requirements.txt
- pip install pytest-xdist pytest-cov pytest pytest-forked pluggy
- pip install -U py==1.4.29
- pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py mock
jobs:
include:
- stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment