Skip to content

Commit

Permalink
Drop python2.6 (deprecated, will not be supported in 16.04) from test…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
dannon committed Feb 23, 2016
1 parent a41f475 commit 06e52c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ os:
env:
- TOX_ENV=py34-lint
- TOX_ENV=py27-lint
- TOX_ENV=py26-lint
- TOX_ENV=py27-unit
- TOX_ENV=py26-unit
- TOX_ENV=qunit
- TOX_ENV=first_startup
matrix:
Expand Down
16 changes: 1 addition & 15 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27-lint, py26-lint, py27-unit, py26-unit, qunit, mako-count, web-controller-line-count, py34-lint
envlist = py27-lint, py27-unit, qunit, mako-count, web-controller-line-count, py34-lint
skipsdist = True


Expand All @@ -8,11 +8,6 @@ commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps = flake8

[testenv:py26-lint]
commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps = flake8

[testenv:py34-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
Expand All @@ -27,15 +22,6 @@ deps =
NoseHTML
mock

[testenv:py26-unit]
commands = bash run_tests.sh --no-create-venv -u
whitelist_externals = bash
deps =
unittest2
nose
NoseHTML
mock

[testenv:qunit]
commands = bash run_tests.sh -q
whitelist_externals = bash
Expand Down

0 comments on commit 06e52c0

Please sign in to comment.