mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
12 lines
287 B
YAML
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
|