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

next try

parent 8f160b3a
No related branches found
No related tags found
No related merge requests found
...@@ -60,11 +60,12 @@ before_install: ...@@ -60,11 +60,12 @@ before_install:
- pip install --upgrade pip - pip install --upgrade pip
- pip install --upgrade wheel - pip install --upgrade wheel
# Set numpy version first, other packages link against it # Set numpy version first, other packages link against it
- pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls - pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls codacy-coverage
script: script:
- tox - tox
after_success: after_success:
- codecov - codecov
- coveralls - coveralls
\ No newline at end of file - python-codacy-coverage -r coverage.xml
\ No newline at end of file
...@@ -8,6 +8,7 @@ commands= ...@@ -8,6 +8,7 @@ commands=
coverage run -a setup.py test coverage run -a setup.py test
coverage report --show-missing --ignore-errors coverage report --show-missing --ignore-errors
coverage html -i coverage html -i
coverage xml
[testenv:lint] [testenv:lint]
deps= deps=
...@@ -32,9 +33,8 @@ commands = ...@@ -32,9 +33,8 @@ commands =
{envpython} -m pyflakes {envpython} -m pyflakes
[testenv:coverage] [testenv:coverage]
deps = coverage -rrequirements-test.txt deps = coverage
commands = commands =
{envpython} -m coverage run setup.py test
{envpython} -m coverage xml {envpython} -m coverage xml
[testenv:upload_coverage] [testenv:upload_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