summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-25 14:24:01 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-25 14:24:01 -0400
commita710a84f860662c8f769c7ac9953876546f574d7 (patch)
tree4c7dd112e6d4e9f40a942111c96618eb3b4cef38 /.travis.yml
parent6ebcd5bcc98cfa7f21bf5de7564db77636950212 (diff)
downloadcmd2-git-a710a84f860662c8f769c7ac9953876546f574d7.tar.gz
Attempt to install pywin32 on AppVeyor and xclip on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f246f8cf..db8ba70c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,7 @@ matrix:
# - BREW_INSTALL=python3
install:
- pip install tox
+ - apt-get install xclip
# - |
# if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# if [[ -n "$BREW_INSTALL" ]]; then