injector/.travis.yml

24 lines
351 B
YAML
Raw Normal View History

sudo: false
2012-11-13 17:50:46 +00:00
language: python
python:
- "2.7"
- "3.2"
- "3.3"
2014-05-26 22:25:36 +00:00
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
2012-11-13 17:50:46 +00:00
- "pypy"
- "pypy3"
env:
- TYPING_VERSION="<3.5.3"
- TYPING_VERSION=">=3.5.3"
matrix:
allow_failures:
- python: "3.5-dev"
- python: "nightly"
install:
- pip install pytest "typing$TYPING_VERSION"
2012-11-13 18:27:48 +00:00
script: py.test -vv