Browse Source

Fix Travis CI test failure?

tags/2.5.0
Matthew Petroff 5 years ago
parent
commit
186107010f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -14,4 +14,4 @@ install:
jobs:
include:
- stage: test
script: xvfb-run python3 tests/run_tests.py
script: xvfb-run -a python3 tests/run_tests.py

Loading…
Cancel
Save