Python 2.6 is back.

This commit is contained in:
INADA Naoki
2014-04-20 23:23:55 +09:00
parent 56a5f1afa1
commit 7a6b221acd
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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 =