sudo: false language: python python: - "2.7" - "3.4" - "3.5" env: - TWISTED_RELEASE="twisted" - TWISTED_RELEASE="twisted==17.1.0" install: pip install $TWISTED_RELEASE -e .[tests] script: python -m unittest discover