rq/.travis.yml

12 lines
277 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:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
2012-07-18 07:17:08 +00:00
- pip install -r requirements.txt
#- pip install pytest # installed by Travis by default already
2012-07-18 07:17:08 +00:00
script:
- py.test