diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-24 16:41:38 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-02-24 16:41:38 -0600 |
| commit | 62a7cca512463ad661d9ba4c129651ee55352d60 (patch) | |
| tree | 3d3fd8e979f21386f4ec0e839c21b91d77006a13 | |
| parent | b25ad979a608ecedc2f9f08c027383765c50f59b (diff) | |
| download | flake8-62a7cca512463ad661d9ba4c129651ee55352d60.tar.gz | |
Remove python 3.2 from Travis
Remove special case for Python 2.6 mock test dependency
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | tox.ini | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 0c27af7..78a0db1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,6 @@ matrix: env: TOXENV=py26 - python: 2.7 env: TOXENV=py27 - - python: 3.2 - env: TOXENV=py32 - python: 3.3 env: TOXENV=py33 - python: 3.4 @@ -1,7 +1,7 @@ [tox] minversion = 1.6 envlist = - py26,py27,py32,py33,py34,py27-flake8,py34-flake8 + py26,py27,py33,py34,py27-flake8,py34-flake8 [testenv] usedevelop = True @@ -13,11 +13,6 @@ commands = python setup.py flake8 nosetests flake8.tests._test_warnings -[testenv:py26] -deps = - mock==1.0.1 - nose - [testenv:py27-flake8] basepython = python2.7 deps = |
