diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-28 21:45:12 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-28 21:45:12 -0400 |
commit | d86d9440a5a96bdde48b1ca8853941db29c2e8fe (patch) | |
tree | 863cdaf1877fecc7652791b7054e594b11bb5762 | |
parent | 02b93551b7675e34e544a747c006905c30591b47 (diff) | |
download | cmd2-git-d86d9440a5a96bdde48b1ca8853941db29c2e8fe.tar.gz |
Reverting TravisCI yaml file to not install xclip and not setup a virtual display (since it didn't help)
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 085c68be..5deb0667 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,6 @@ language: python sudo: false # false enables container-based build for fast boot times on Linux -addons: - apt: - packages: - - xclip - matrix: include: - os: linux @@ -45,12 +40,6 @@ matrix: # - TOXENV=py36 # - BREW_INSTALL=python3 -# use xvfb (X Virtual Framebuffer) to imitate a display so that xclip should work -before_script: - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" - - sleep 3 # give xvfb some time to start - install: - pip install tox # - | |