pip install test dependencies

This commit is contained in:
Simon Willison 2018-04-16 17:34:47 -07:00
commit 97cf5151ba
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -5,4 +5,4 @@ python:
- 3.6
script:
- python setup.py install && pytest -vv
- pip install pytest aiohttp beautifulsoup4 && python setup.py install && pytest -vv