Browse Source

Update travis.yml

master
Neil Booth 8 years ago
parent
commit
eb51706316
  1. 3
      .travis.yml

3
.travis.yml

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

Loading…
Cancel
Save