diff --git a/.travis.yml b/.travis.yml index 796f8a1c..baa21838 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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