Skip to content
Snippets Groups Projects
Commit 4768749e authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix circeci

parent 52618094
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ jobs:
- run:
name: install dependencies
command: |
sudo python -m pip install --upgrade pip setuptools wheel mock pytest
sudo python -m pip install --upgrade pip setuptools wheel mock pytest pytest-cov
sudo python -m pip install -r requirements.txt
sudo python -m pip install --upgrade pycodestyle pyflakes coverage tox codacy-coverage virtualenv
......
......@@ -34,8 +34,7 @@ commands =
[testenv:coverage]
deps = coverage
commands =
{envpython} -m coverage run -m unittest discover -p "*test*" -s tests
{envpython} -m coverage xml
py.test --cov-report xml:coverage.xml
[testenv:upload_coverage]
deps = coverage
......
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