enable tests

This commit is contained in:
Kay Kurokawa 2017-06-30 13:00:17 -04:00
parent 1bf4048c46
commit d21b1bcef1

View file

@ -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