audreyfeldroy/cookiecutter-pypackage

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

ZenithClown opened this issue · 0 comments

  • Date you used Cookiecutter PyPackage: 17.08.2024 (today)
  • Cookiecutter version used, if any: 2.6.0
  • Python version, if any: 3.10.8
  • Operating System: Windows 11

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):