forked from LBRYCommunity/lbry-sdk
windows travis build is lagnuage generic
This commit is contained in:
parent
21a2725215
commit
cc6a91a477
1 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ jobs:
|
||||||
- pip install git+https://github.com/lbryio/lbryschema.git
|
- pip install git+https://github.com/lbryio/lbryschema.git
|
||||||
- pip install -e .[test]
|
- pip install -e .[test]
|
||||||
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.unit
|
script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.unit
|
||||||
#script: HOME=/tmp coverage run --source=lbrynet -m twisted.trial tests.functional tests.unit
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
- <<: *tests
|
- <<: *tests
|
||||||
|
@ -46,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
- stage: build
|
- stage: build
|
||||||
name: "Windows"
|
name: "Windows"
|
||||||
python: "3.6"
|
language: generic
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue