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
dist: trusty
dist: bionic
language: python
services:
- xvfb
python:
- 2.7
- 3.6
@ -22,9 +24,6 @@ install:
- pip install codecov
- pip install -e .
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- fluxbox &
- sleep 3
script: