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