mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 00:45:55 +01:00
replace py27-flake8 with py34-flake8
We definitely want py34-flake8 to succeed, so we don't end up with `unicode` and other py27 specific. With that in mind, we don't need py27-flake8 anymore either.
This commit is contained in:
parent
21dbc9cbab
commit
9aeaff0e9a
1 changed files with 1 additions and 2 deletions
|
|
@ -17,14 +17,13 @@ matrix:
|
|||
env: {TOX_ENV: py35-test}
|
||||
# - python: pypy
|
||||
# - env: {TOX_ENV: pypy-test}
|
||||
- python: 2.7
|
||||
env: {TOX_ENV: py27-flake8}
|
||||
- python: 3.4
|
||||
env: {TOX_ENV: py34-flake8}
|
||||
- python: 2.7
|
||||
env: {TOX_ENV: docs}
|
||||
allow_failures:
|
||||
- python: 3.4
|
||||
env: {TOX_ENV: py34-test}
|
||||
- python: 3.5
|
||||
|
||||
# Non-Python dependencies.
|
||||
|
|
|
|||
Loading…
Reference in a new issue