Skip to content

Commit

Permalink
Merge pull request #30 from retr0h/run-other-tox-envs
Browse files Browse the repository at this point in the history
Run other tox targets in travis
  • Loading branch information
retr0h authored Mar 7, 2019
2 parents cad925d + 9003230 commit 961f808
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ envlist =
doc
skipsdist = true

[travis]
python =
2.7: py27-unit, py27-lint, format-check, bats
3.4: py34-unit, py34-lint, format-check, bats
3.5: py35-unit, py35-lint, format-check, bats
3.6: py36-unit, py36-lint, format-check, bats

[testenv]
passenv = *
setenv = COVERAGE_FILE={toxworkdir}/.coverage
Expand Down

0 comments on commit 961f808

Please sign in to comment.