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

Update CI

parent ee4fc419
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ matrix: ...@@ -42,7 +42,7 @@ matrix:
language: objective-c language: objective-c
env: env:
- TRAVIS_PYTHON_VERSION=3.6 - TRAVIS_PYTHON_VERSION=3.6
- TOXENV=py36short - TOXENV=short
cache: pip cache: pip
...@@ -56,12 +56,7 @@ before_install: ...@@ -56,12 +56,7 @@ 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 codacy-coverage parameterized secp256k1 cryptography scrypt - pip install six nose coverage codecov tox-travis pytest parameterized secp256k1 cryptography scrypt
script: script:
- tox - tox
after_success:
- codecov
- coveralls
- python-codacy-coverage -r coverage.xml
\ No newline at end of file
...@@ -32,18 +32,14 @@ Current build status ...@@ -32,18 +32,14 @@ Current build status
.. image:: https://circleci.com/gh/holgern/beem.svg?style=svg .. image:: https://circleci.com/gh/holgern/beem.svg?style=svg
:target: https://circleci.com/gh/holgern/beem :target: https://circleci.com/gh/holgern/beem
.. image:: https://codecov.io/gh/holgern/beem/branch/master/graph/badge.svg .. image:: https://readthedocs.org/projects/beem/badge/?version=latest
:target: https://codecov.io/gh/holgern/beem :target: http://beem.readthedocs.org/en/latest/?badge=latest
.. image:: https://coveralls.io/repos/github/holgern/beem/badge.svg
:target: https://coveralls.io/github/holgern/beem
.. image:: https://api.codacy.com/project/badge/Grade/e5476faf97df4c658697b8e7a7efebd7 .. image:: https://api.codacy.com/project/badge/Grade/e5476faf97df4c658697b8e7a7efebd7
:target: https://www.codacy.com/app/holgern/beem?utm_source=github.com&utm_medium=referral&utm_content=holgern/beem&utm_campaign=Badge_Grade :target: https://www.codacy.com/app/holgern/beem?utm_source=github.com&utm_medium=referral&utm_content=holgern/beem&utm_campaign=Badge_Grade
.. image:: https://readthedocs.org/projects/beem/badge/?version=latest .. image:: https://api.codacy.com/project/badge/Coverage/e5476faf97df4c658697b8e7a7efebd7
:target: http://beem.readthedocs.org/en/latest/?badge=latest :target: https://www.codacy.com/app/holgern/beem?utm_source=github.com&utm_medium=referral&utm_content=holgern/beem&utm_campaign=Badge_Coverage
.. image:: https://api.codeclimate.com/v1/badges/e7bdb5b4aa7ab160a780/test_coverage .. image:: https://api.codeclimate.com/v1/badges/e7bdb5b4aa7ab160a780/test_coverage
:target: https://codeclimate.com/github/holgern/beem/test_coverage :target: https://codeclimate.com/github/holgern/beem/test_coverage
......
...@@ -42,22 +42,6 @@ commands = ...@@ -42,22 +42,6 @@ commands =
coverage report -m coverage report -m
coverage xml coverage xml
[testenv:py36short]
deps =
mock>=2.0.0
pytest
pytest-mock
parameterized
coverage
cryptography
secp256k1
scrypt
commands =
coverage run --parallel-mode -m pytest tests/beemapi tests/beembase tests/beemgraphene {posargs}
coverage combine
coverage report -m
coverage xml
[testenv:flake8] [testenv:flake8]
deps= deps=
flake8 flake8
......
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