Open ogrisel opened 9 years ago
Add a configuration flag to app veyor to disable build of non-tagged revisions.
This could either be achieved by using the git command line (with the subprocess module) or by introspecting environment variables set by travis and appveyor.
subprocess
Add a configuration flag to app veyor to disable build of non-tagged revisions.
This could either be achieved by using the git command line (with the
subprocess
module) or by introspecting environment variables set by travis and appveyor.