updated appveyor build configuration

This commit is contained in:
Akinwale Ariwodola 2017-09-29 12:02:36 +01:00
parent 91498822ae
commit 191931d009

View file

@ -28,7 +28,7 @@ test_script:
- pylint lbrynet
# disable tests for now so that appveyor can build the app
- set PYTHONPATH=.
- trial tests
- trial lbrynet.tests
# TODO: integration tests do not work
#- python -m unittest discover tests/integration
#- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger