From 0994df2e7052ea5f9226250bcccf19c1115dda23 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sun, 16 Jun 2019 17:25:41 -0400 Subject: [PATCH] Apparently WebGL does not play nicely with Travis CI. --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bce4461..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: generic -dist: xenial -services: - - xvfb -addons: - firefox: latest -before_install: - - sudo apt-get install -y python3-pillow python3-numpy python3-pip - - sudo pip3 install selenium -install: - - wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz - - tar -xf geckodriver-v0.24.0-linux64.tar.gz - - sudo mv geckodriver /usr/local/bin -jobs: - include: - - stage: test - script: xvfb-run -a python3 tests/run_tests.py