beets/.travis.yml
2012-09-09 23:30:45 -07:00

12 lines
287 B
YAML

language: python
python:
- "2.7"
- "2.6"
install:
- pip install . --use-mirrors
- pip install pylast flask --use-mirrors
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 --use-mirrors; fi"
script: nosetests
branches:
only:
- master