mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Merge pull request #2722 from hugovk/replace-2.7_with_system_site_packages
Use 2.7.13 instead of 2.7_with_system_site_packages
This commit is contained in:
commit
b87d9736f5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ matrix:
|
|||
include:
|
||||
- python: 2.7.13
|
||||
env: {TOX_ENV: py27-cov, COVERAGE: 1}
|
||||
- python: 2.7_with_system_site_packages
|
||||
- python: 2.7.13
|
||||
env: {TOX_ENV: py27-test}
|
||||
- python: 3.4
|
||||
env: {TOX_ENV: py34-test}
|
||||
|
|
|
|||
Loading…
Reference in a new issue