summaryrefslogtreecommitdiffstats
path: root/third_party/python/pytest/scripts/call-tox.bat
blob: 86fb25c1df1d101a1948d9cbc96e969b524cbba7 (plain)
1
2
3
4
5
6
7
8
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