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

mock no longer required for tests

parent 780ab399
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ cache: pip ...@@ -8,7 +8,6 @@ cache: pip
before_script: before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter - chmod +x ./cc-test-reporter
- pwd
- ./cc-test-reporter before-build - ./cc-test-reporter before-build
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py - pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py
......
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