Skip to content

Commit 2e2b96d

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Travis: report coverage with all builds, include codecov
1 parent 5b3f820 commit 2e2b96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ commands =
201201

202202
[testenv:py35-freeze]
203203
changedir = testing/freeze
204-
deps = pyinstaller
204+
deps =
205+
pyinstaller
206+
{env:TOX_EXTRA_DEPS:}
205207
commands =
206208
{env:TOX_COVERAGE_RUN:} {envpython} create_executable.py
207209
{env:TOX_COVERAGE_RUN:} {envpython} tox_run.py

0 commit comments

Comments
 (0)