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 32b1b97

Browse filesBrowse files
graingertThomas Grainger
authored and
Thomas Grainger
committed
parallelise tox
1 parent c4b69c1 commit 32b1b97
Copy full SHA for 32b1b97

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+11
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@ cache:
88
install:
99
- pip install tox
1010

11+
env:
12+
matrix:
13+
- TOX_ENV=py26
14+
- TOX_ENV=py27
15+
- TOX_ENV=pypy
16+
- TOX_ENV=py33
17+
- TOX_ENV=py34
18+
- TOX_ENV=py35
19+
global:
20+
- TESTDB=travis.cnf
1121
before_script:
1222
- "mysql --help"
1323
- "mysql --print-defaults"
1424
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
1525

16-
script: TESTDB=travis.cnf tox
26+
script: tox -e $TOX_ENV
1727

1828

1929
# vim: sw=4 ts=4 sts=4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.