From 7a6b221acd82741bb64edfeccc29ff3d9b7ce809 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 20 Apr 2014 23:23:55 +0900 Subject: [PATCH] Python 2.6 is back. --- .travis.yml | 2 +- tox.ini | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35cd309..a6f1417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: - pip install tox six before_script: mysql -e 'create database mysqldb_test charset utf8;' -script: tox +script: TESTDB=travis.cnf tox diff --git a/tox.ini b/tox.ini index 0996df3..904c09c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,7 @@ [tox] -envlist = py27, py33, py34 +envlist = py26,py27, py33, py34 [testenv] -setenv = - TESTDB=travis.cnf commands = nosetests {posargs:-w tests -v} deps =