From d21b1bcef1a9268e0605f22658a6b3a323e95c4e Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Fri, 30 Jun 2017 13:00:17 -0400 Subject: [PATCH] enable tests --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 15945ccaf..b11c90717 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,8 @@ test_script: - pip install . - pylint lbrynet # disable tests for now so that appveyor can build the app +- set PYTHONPATH=. +- trial tests/unit #- python -m twisted.trial tests # avoids having to set PYTHONPATH=. (see https://twistedmatrix.com/trac/ticket/9035) #- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger