dist: trusty language: python python: - "3.6" - "3.7" install: - pip install . script: - python setup.py test addons: chrome: stable sudo: required