injector/.travis.yml

11 lines
142 B
YAML
Raw Normal View History

2012-11-13 17:50:46 +00:00
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
2012-11-13 17:50:46 +00:00
- "pypy"
install:
- pip install pytest --use-mirrors
2012-11-13 18:27:48 +00:00
script: py.test -vv