diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 08:22:19 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 08:22:19 -0500 |
| commit | 8f331ccbffbfe1eedd69cfae0ee8c95eb2cc42ff (patch) | |
| tree | 2d84f7ece2bf961888907a59a8caf88f4ae4699c | |
| parent | dd671ef739aa34b0cd9a570322b19c373ed773af (diff) | |
| download | cmd2-git-8f331ccbffbfe1eedd69cfae0ee8c95eb2cc42ff.tar.gz | |
Updated appveyor.yml to ensure that pyreadline gets installed on Windows continuous integration test boxes
| -rw-r--r-- | .appveyor.yml | 2 |
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 |
