Update travis.yml

This commit is contained in:
Neil Booth 2017-07-12 14:43:57 +09:00
parent 9dfaedc727
commit eb51706316

View File

@ -12,10 +12,11 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- pip install aiohttp - pip install aiohttp
- pip install ecdsa
- pip install plyvel - pip install plyvel
- pip install pyrocksdb - pip install pyrocksdb
- pip install pytest-cov - pip install pytest-cov
- pip install python-coveralls - pip install python-coveralls
# command to run tests # command to run tests
script: pytest --cov=server --cov=lib script: pytest --cov=server --cov=lib
after_success: coveralls after_success: coveralls