mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
Try re-enabling PyPy on Travis
This magically cleared itself up on my machine. Maybe it will work on Travis too.
This commit is contained in:
parent
35ba6dedfd
commit
be5fe4ae7f
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ matrix:
|
|||
env: {TOX_ENV: py26}
|
||||
- python: 2.7
|
||||
env: {TOX_ENV: py27cov, COVERAGE: 1}
|
||||
# - python: pypy
|
||||
# env: {TOX_ENV: pypy}
|
||||
- python: pypy
|
||||
env: {TOX_ENV: pypy}
|
||||
- python: 2.7
|
||||
env: {TOX_ENV: docs, NONTEST: 1}
|
||||
- python: 2.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue