mirror of
https://github.com/beetbox/beets.git
synced 2026-02-20 06:14:22 +01:00
add Travis CI configuration
This commit is contained in:
parent
c0c80cd576
commit
fca346c5d7
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install . --use-mirrors
|
||||
script: nosetests
|
||||
Loading…
Reference in a new issue