From b829bf1b62352fdefa6c99a7d2438c937f1a86fa Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 22 Apr 2016 11:20:46 -0700 Subject: [PATCH] Removing py26 and pandas from default tox environments. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 17c13d4d0eb4..a9250f5a6cbc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27,py34,py35,py27-pandas,cover,docs,lint + py27,py34,py35,cover,docs,lint [testenv] commands =