mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Remove python 3.2 from Travis
Remove special case for Python 2.6 mock test dependency
This commit is contained in:
parent
b25ad979a6
commit
62a7cca512
2 changed files with 1 additions and 8 deletions
|
|
@ -15,8 +15,6 @@ matrix:
|
||||||
env: TOXENV=py26
|
env: TOXENV=py26
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- python: 3.2
|
|
||||||
env: TOXENV=py32
|
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
env: TOXENV=py33
|
env: TOXENV=py33
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
|
|
|
||||||
7
tox.ini
7
tox.ini
|
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
envlist =
|
envlist =
|
||||||
py26,py27,py32,py33,py34,py27-flake8,py34-flake8
|
py26,py27,py33,py34,py27-flake8,py34-flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
|
@ -13,11 +13,6 @@ commands =
|
||||||
python setup.py flake8
|
python setup.py flake8
|
||||||
nosetests flake8.tests._test_warnings
|
nosetests flake8.tests._test_warnings
|
||||||
|
|
||||||
[testenv:py26]
|
|
||||||
deps =
|
|
||||||
mock==1.0.1
|
|
||||||
nose
|
|
||||||
|
|
||||||
[testenv:py27-flake8]
|
[testenv:py27-flake8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue