mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
travis config: test on PyPy
Curiously, we're still quite a bit slower on PyPy than on CPython, I think. This might be due to slow SQLite bindings.
This commit is contained in:
parent
74e22065ce
commit
179c2d16a5
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ language: python
|
|||
python:
|
||||
- "2.7"
|
||||
- "2.6"
|
||||
- "pypy"
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
|||
Loading…
Reference in a new issue