Skip to content

Commit 961f808

Browse files
authored
Merge pull request #30 from retr0h/run-other-tox-envs
Run other tox targets in travis
2 parents cad925d + 9003230 commit 961f808

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ envlist =
77
doc
88
skipsdist = true
99

10+
[travis]
11+
python =
12+
2.7: py27-unit, py27-lint, format-check, bats
13+
3.4: py34-unit, py34-lint, format-check, bats
14+
3.5: py35-unit, py35-lint, format-check, bats
15+
3.6: py36-unit, py36-lint, format-check, bats
16+
1017
[testenv]
1118
passenv = *
1219
setenv = COVERAGE_FILE={toxworkdir}/.coverage

0 commit comments

Comments
 (0)