Upgrade Travis to bionic

This commit is contained in:
Quantum 2020-12-24 15:49:24 -05:00
parent b123566166
commit 4e9c3b2c0d

View file

@ -1,6 +1,8 @@
sudo: required sudo: required
dist: trusty dist: bionic
language: python language: python
services:
- xvfb
python: python:
- 2.7 - 2.7
- 3.6 - 3.6
@ -22,9 +24,6 @@ install:
- pip install codecov - pip install codecov
- pip install -e . - pip install -e .
before_script: before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- fluxbox & - fluxbox &
- sleep 3 - sleep 3
script: script: