Skip to content

Commit 7a6b221

Browse files
committed
Python 2.6 is back.
1 parent 56a5f1a commit 7a6b221

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ install:
77
- pip install tox six
88

99
before_script: mysql -e 'create database mysqldb_test charset utf8;'
10-
script: tox
10+
script: TESTDB=travis.cnf tox

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[tox]
2-
envlist = py27, py33, py34
2+
envlist = py26,py27, py33, py34
33

44
[testenv]
5-
setenv =
6-
TESTDB=travis.cnf
75
commands =
86
nosetests {posargs:-w tests -v}
97
deps =

0 commit comments

Comments
 (0)