summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:22:19 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:22:19 -0500
commit8f331ccbffbfe1eedd69cfae0ee8c95eb2cc42ff (patch)
tree2d84f7ece2bf961888907a59a8caf88f4ae4699c
parentdd671ef739aa34b0cd9a570322b19c373ed773af (diff)
downloadcmd2-git-8f331ccbffbfe1eedd69cfae0ee8c95eb2cc42ff.tar.gz
Updated appveyor.yml to ensure that pyreadline gets installed on Windows continuous integration test boxes
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c397472f..441762bb 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,5 +1,5 @@
install:
- - python -m pip install tox
+ - python -m pip install tox pyreadline
build: off