mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
Travis: re-enable coverage
Use py27cov instead of py27.
This commit is contained in:
parent
785f084ffc
commit
9531094f09
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ matrix:
|
|||
- python: 2.6
|
||||
env: {TOX_ENV: py26}
|
||||
- python: 2.7
|
||||
env: {TOX_ENV: py27, COVERAGE: 1}
|
||||
env: {TOX_ENV: py27cov, COVERAGE: 1}
|
||||
- python: pypy
|
||||
env: {TOX_ENV: pypy}
|
||||
- python: 2.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue