diff options
-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 # - | |