summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-10-19 13:34:31 -0400
committerGitHub <noreply@github.com>2019-10-19 13:34:31 -0400
commit93ec1aa1be8495bf5a131ae4f8f325b574a00332 (patch)
tree869e706615ca8b31b16cad5e6a20e3bdfdd1356d
parent2948d4ea68cd03712ffc4c8c436d4b8cf2f7ee81 (diff)
parentce02c3e2394cce62f32b64ce10ce237ca5247a98 (diff)
downloadcmd2-git-93ec1aa1be8495bf5a131ae4f8f325b574a00332.tar.gz
Merge pull request #790 from python-cmd2/appveyor_stuck
Attempt at fixing stuck AppVeyor Windows unit tests
-rw-r--r--.appveyor.yml2
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%"