Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c66f025

Browse filesBrowse files
committed
tox: Add py35
1 parent 98bec5f commit c66f025
Copy full SHA for c66f025

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6Lines 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

Copy file name to clipboardExpand all lines: tox.ini
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.