From a0586804b7b9967102d622256b6fe30a4922fc27 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Sun, 2 Aug 2015 11:00:26 -0400 Subject: [PATCH] MNT: Test python 2.6 on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de5ac94d..3171f78d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: # Enable python 2 and python 3 builds # Note that the 2.6 build doesn't get flake8, and runs old versions of # Pyglet and GLFW to make sure we deal with those correctly - #- PYTHON=2.6 QT=pyqt TEST=standard + - PYTHON=2.6 QT=pyqt TEST=standard - PYTHON=2.7 QT=pyqt TEST=extra - PYTHON=2.7 QT=pyside TEST=standard - PYTHON=3.4 QT=pyqt TEST=standard