瀏覽代碼

Apparently WebGL does not play nicely with Travis CI.

tags/2.5.0
Matthew Petroff 5 年之前
父節點
當前提交
0994df2e70
共有 1 個檔案被更改,包括 0 行新增17 行删除
  1. +0
    -17
      .travis.yml

+ 0
- 17
.travis.yml 查看文件

@@ -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

Loading…
取消
儲存