sudo: false language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" - "nightly" - "pypy" - "pypy3" install: - pip install pytest typing script: py.test -vv