Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
31ff407e
Commit
31ff407e
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
Update CI
parent
ee4fc419
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+2
-7
2 additions, 7 deletions
.travis.yml
README.rst
+5
-9
5 additions, 9 deletions
README.rst
tox.ini
+0
-16
0 additions, 16 deletions
tox.ini
with
7 additions
and
32 deletions
.travis.yml
+
2
−
7
View file @
31ff407e
...
@@ -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=
py36
short
-
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
This diff is collapsed.
Click to expand it.
README.rst
+
5
−
9
View file @
31ff407e
...
@@ -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
/project
s/beem
/badge/
?
ver
sion=latest
.. image:: https://
api.codacy.com
/project/badge/
Co
ver
age/e5476faf97df4c658697b8e7a7efebd7
:target: http://
beem.readthedocs.org/en/latest/?badge=latest
:target: http
s
://
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
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
0
−
16
View file @
31ff407e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment