rq/.travis.yml

11 lines
144 B
YAML
Raw Normal View History

2012-07-18 07:17:08 +00:00
language: python
python:
- "2.6"
2012-07-18 07:17:08 +00:00
- "2.7"
- "pypy"
2012-07-18 07:17:08 +00:00
install:
- pip install -r requirements.txt
- pip install pytest
2012-07-18 07:17:08 +00:00
script:
- py.test