forked from mirrors/gecko-dev
Updated to 3.2.5. MozReview-Commit-ID: 34OG1iGeMVW --HG-- extra : rebase_source : 3ffa191b142f60897abb0728f53e71b8cda52701
8 lines
246 B
Batchfile
8 lines
246 B
Batchfile
REM skip "coveralls" run in PRs or forks
|
|
if "%TOXENV%" == "coveralls" (
|
|
if not defined COVERALLS_REPO_TOKEN (
|
|
echo skipping coveralls run because COVERALLS_REPO_TOKEN is not defined
|
|
exit /b 0
|
|
)
|
|
)
|
|
C:\Python36\python -m tox
|