language: python sudo: false python: - "3.5" - "3.6" install: - pip install -U wheel pytest==3 - pip install . script: python3 setup.py test cache: pip