Skip to content

Commit

Permalink
tox.ini: remove Python 2.6 tox testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcc committed Sep 27, 2016
1 parent c87c5ed commit 0752680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py34, py35
envlist = py27, py34, py35

[testenv]
commands = {envpython} setup.py test
Expand All @@ -15,4 +15,3 @@ deps =
six
nltk
asciitree
py26: importlib

0 comments on commit 0752680

Please sign in to comment.