Skip to content

Commit 8a284db

Browse files
committed
Update Travis-CI for building
1 parent 2e64218 commit 8a284db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
sudo: required
33
dist: bionic
44
compiler: gcc
5+
services:
6+
- xvfb
57
addons:
68
apt:
79
packages:
@@ -10,7 +12,7 @@ addons:
1012
- tcl-dev
1113
- tk-dev
1214
install:
13-
- sudo -H python -m pip install nose
15+
- sudo -H python -m pip install nose scikit-build
1416
script:
1517
- sudo -H python setup.py install
1618
- python -m nose

0 commit comments

Comments
 (0)