mirror of
https://github.com/beetbox/beets.git
synced 2026-01-27 18:43:50 +01:00
Disable PyPy on Travis for now
Travis has a very old version of PyPy which seems to be running into a Unicode-related bug in our tests.
This commit is contained in:
parent
a6098928f5
commit
89c7b78994
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ matrix:
|
|||
env: {TOX_ENV: py34-test}
|
||||
- python: 3.5
|
||||
env: {TOX_ENV: py35-test}
|
||||
- python: pypy
|
||||
env: {TOX_ENV: pypy-test}
|
||||
# - python: pypy
|
||||
# - env: {TOX_ENV: pypy-test}
|
||||
- python: 2.7
|
||||
env: {TOX_ENV: py27-flake8}
|
||||
- python: 3.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue