mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Merge pull request #2127 from jrobeson/require-py34-flake8
replace py27-flake8 with py34-flake8
This commit is contained in:
commit
1ee7a3e2f1
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