language: python python: - '3.4' - '3.5' - '3.6' sudo: false cache: pip install: - python setup.py install - pip install -rdev-requirements.txt script: - py.test -v -s tests