From fdf0d9974e3216142c27d888d0eb7fdf1e832d73 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 24 May 2018 22:58:33 +1200 Subject: cibuild: more accurate PR test, better dump output --- test/release/test_cibuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/release/test_cibuild.py') diff --git a/test/release/test_cibuild.py b/test/release/test_cibuild.py index 2b469d1b..71395c6d 100644 --- a/test/release/test_cibuild.py +++ b/test/release/test_cibuild.py @@ -43,8 +43,8 @@ def test_buildenviron_pr(): # Simulates a PR. We build everything, but don't have access to secret # credential env variables. be = cibuild.BuildEnviron( - travis_tag = "v0.0.1", - travis_branch = "v0.x", + travis_tag = "", + travis_branch = "master", travis_pull_request = "true", should_build_wheel = True, -- cgit v1.2.3