Skip to content
Snippets Groups Projects
Commit 6f6bc3a2 authored by Holger's avatar Holger
Browse files

Fix travis

parent c13d530a
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ sudo: false ...@@ -5,10 +5,10 @@ sudo: false
matrix: matrix:
include: include:
- os: linux #- os: linux
python: 3.6 # python: 3.6
env: # env:
- TOXENV=pylint # - TOXENV=pylint
- os: linux - os: linux
python: 3.6 python: 3.6
env: env:
...@@ -17,10 +17,10 @@ matrix: ...@@ -17,10 +17,10 @@ matrix:
# python: 3.6 # python: 3.6
# env: # env:
# - TOXENV=bandit # - TOXENV=bandit
- os: linux #- os: linux
python: 3.6 # python: 3.6
env: # env:
- TOXENV=readme # - TOXENV=readme
- os: linux - os: linux
python: 2.7 python: 2.7
env: env:
......
...@@ -6,7 +6,10 @@ skip_missing_interpreters = true ...@@ -6,7 +6,10 @@ skip_missing_interpreters = true
deps = deps =
-rrequirements-test.txt -rrequirements-test.txt
commands = commands =
pytest coverage run --parallel-mode -m pytest {posargs}
coverage combine
coverage report -m
coverage xml
[testenv:short] [testenv:short]
deps = deps =
...@@ -18,7 +21,10 @@ deps = ...@@ -18,7 +21,10 @@ deps =
secp256k1 secp256k1
scrypt scrypt
commands = commands =
pytest tests/beemapi tests/beembase tests/beemgraphene coverage run --parallel-mode -m pytest tests/beemapi tests/beembase tests/beemgraphene {posargs}
coverage combine
coverage report -m
coverage xml
[testenv:py36] [testenv:py36]
deps = deps =
......
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