From bfd0a322ae14534e2db506274ff6c375ea026eab Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 21 Apr 2017 11:59:00 -0400 Subject: [PATCH] wrong path --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6aa782891..f64687e90 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ test_script: - cd C:\projects\lbry\ - pip install cython - pip install mock pylint unqlite -- pip install ./lbrynet +- pip install . - pylint lbrynet - 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