language: python python: - 3.6 install: - pip install --upgrade -e.[test] script: - make test sudo: false