From eb51706316ee984e2e67c8c47461f11022a28d16 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 12 Jul 2017 14:43:57 +0900 Subject: [PATCH] Update travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a519091..eb9809d 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file +after_success: coveralls