language: python python: - 3.5 - 3.6 script: - pip install pytest aiohttp beautifulsoup4 && python setup.py install && pytest -vv