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