wrong path

This commit is contained in:
Alex Grintsvayg 2017-04-21 11:59:00 -04:00
parent 11d516794d
commit bfd0a322ae

View file

@ -21,7 +21,7 @@ test_script:
- cd C:\projects\lbry\ - cd C:\projects\lbry\
- pip install cython - pip install cython
- pip install mock pylint unqlite - pip install mock pylint unqlite
- pip install ./lbrynet - pip install .
- pylint lbrynet - pylint lbrynet
- python -m twisted.trial tests # avoids having to set PYTHONPATH=. (see https://twistedmatrix.com/trac/ticket/9035) - 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 #- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger