aboutsummaryrefslogtreecommitdiffstats
path: root/test/release
diff options
context:
space:
mode:
Diffstat (limited to 'test/release')
-rw-r--r--test/release/test_cibuild.py4
1 files changed, 2 insertions, 2 deletions
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,