diff --git a/.travis.yml b/.travis.yml index 4654bf12..97b4c0f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: c branches: only: - master - - "/^v?\\d+\\.\\d+.*$/" env: # Build and test package on all supported python versions diff --git a/appveyor.yml b/appveyor.yml index d361503f..6396f3d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,6 @@ branches: only: - master - - /\d+\.\d+.*/ # Don't run the (redundant) branch build with a pull request skip_branch_with_pr: true