enable tests
This commit is contained in:
parent
1bf4048c46
commit
d21b1bcef1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue