Skip to content

Commit c66f025

Browse files
committed
tox: Add py35
1 parent 98bec5f commit c66f025

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: false
22
language: python
3+
python: "3.5"
4+
35
cache: pip
46
install:
57
- pip install tox
@@ -8,4 +10,8 @@ before_script:
810
- "mysql --help"
911
- "mysql --print-defaults"
1012
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
13+
1114
script: TESTDB=travis.cnf tox
15+
16+
17+
# vim: sw=4 ts=4 sts=4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, pypy, py33, py34
2+
envlist = py26, py27, pypy, py33, py34, py35
33

44
[testenv]
55
passenv = TESTDB

0 commit comments

Comments
 (0)