windows travis build is lagnuage generic

This commit is contained in:
Lex Berezhny 2018-07-29 10:55:30 -04:00 committed by Jack Robison
parent 21a2725215
commit cc6a91a477
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -24,7 +24,6 @@ jobs:
- pip install git+https://github.com/lbryio/lbryschema.git
- 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.functional tests.unit
after_success:
- bash <(curl -s https://codecov.io/bash)
- <<: *tests
@ -46,7 +45,7 @@ jobs:
- stage: build
name: "Windows"
python: "3.6"
language: generic
services:
- docker
install: