audreyfeldroy / cookiecutter-pypackage

Cookiecutter template for a Python package.
BSD 3-Clause "New" or "Revised" License
4.26k stars 1.78k forks source link

Travis CI File is Generated even when "n" is Selected #803

Open ZenithClown opened 3 months ago

ZenithClown commented 3 months ago

Description

Trying to generate a Python module without Travis CI integrated. This has no significant development issue, but it is good to have a feature. Issue Type: BUG

What I Did

$ cookiecutter https://github.com/audreyfeldroy/cookiecutter-pypackage.git
You've downloaded .cookiecutters\cookiecutter-pypackage before. Is it okay to delete and re-download it? [y/n] (y):
  ...
  [9/14] use_pytest (n):
  [10/14] use_pypi_deployment_with_travis (y): n
  [11/14] add_pyup_badge (n):
  [12/14] Select command_line_interface
    1 - Typer
    2 - Argparse
    3 - No command-line interface
    Choose from [1/2/3] (1): 3
  [13/14] create_author_file (y):
  [14/14] Select open_source_license
    1 - MIT license
    2 - BSD license
    3 - ISC license
    4 - Apache Software License 2.0
    5 - GNU General Public License v3
    6 - Not open source
    Choose from [1/2/3/4/5/6] (1):