Skip to content

Commit

Permalink
Remove 2.6 entirely from test runners
Browse files Browse the repository at this point in the history
  (But not codepaths, in case someone cares)
  • Loading branch information
paultag committed Jul 22, 2015
1 parent 144ee3b commit 1312167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: python
python:
- "pypy"
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py33,flake8
envlist = py27,pypy,py33,flake8
skipsdist = True

[testenv]
Expand All @@ -9,10 +9,5 @@ commands =
deps =
-rrequirements-dev.txt

[testenv:py26]
deps =
{[testenv]deps}
unittest2

[testenv:flake8]
commands = flake8 hy bin tests

0 comments on commit 1312167

Please sign in to comment.