diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-10-19 13:05:14 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-10-19 13:05:14 -0400 |
commit | ce02c3e2394cce62f32b64ce10ce237ca5247a98 (patch) | |
tree | 869e706615ca8b31b16cad5e6a20e3bdfdd1356d | |
parent | 2948d4ea68cd03712ffc4c8c436d4b8cf2f7ee81 (diff) | |
download | cmd2-git-ce02c3e2394cce62f32b64ce10ce237ca5247a98.tar.gz |
Seeing if adding a "echo y |" unit test command helps
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b335fe55..67502c36 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,4 +32,4 @@ install: - "python -m pip install --upgrade pip wheel setuptools tox" test_script: -- "tox -e %TOXENV%" +- "echo y | tox -e %TOXENV%" |