Browse Source

Add pytest-asyncio to travis

patch-2
Neil Booth 7 years ago
parent
commit
b4b378ed31
  1. 1
      .travis.yml

1
.travis.yml

@ -23,6 +23,7 @@ install:
- pip install pycodestyle
- pip install pylru
- pip install pyrocksdb
- pip install pytest-asyncio
- pip install pytest-cov
- pip install Sphinx
# hashes

Loading…
Cancel
Save