Skip to content

Commit 4d5848e

Browse files
authored
Add test for Python 3.6 (#116)
1 parent dd9929c commit 4d5848e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.travis.yml

+13-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ python: "3.5"
44

55
cache: pip
66
install:
7-
- pip install tox
7+
- pip install tox
8+
9+
matrix:
10+
include:
11+
- python: "nightly"
12+
env:
13+
- TOX_ENV=py36
14+
- TESTDB=travis.cnf
15+
816

917
env:
1018
matrix:
@@ -17,11 +25,11 @@ env:
1725
global:
1826
- TESTDB=travis.cnf
1927
before_script:
20-
- "mysql --help"
21-
- "mysql --print-defaults"
22-
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
28+
- "mysql --help"
29+
- "mysql --print-defaults"
30+
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
2331

2432
script: tox -e $TOX_ENV
2533

2634

27-
# vim: sw=4 ts=4 sts=4
35+
# vim: sw=2 ts=2 sts=2

0 commit comments

Comments
 (0)