We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e64218 commit 8a284dbCopy full SHA for 8a284db
1 file changed
.travis.yml
@@ -2,6 +2,8 @@ language: python
2
sudo: required
3
dist: bionic
4
compiler: gcc
5
+services:
6
+ - xvfb
7
addons:
8
apt:
9
packages:
@@ -10,7 +12,7 @@ addons:
10
12
- tcl-dev
11
13
- tk-dev
14
install:
- - sudo -H python -m pip install nose
15
+ - sudo -H python -m pip install nose scikit-build
16
script:
17
- sudo -H python setup.py install
18
- python -m nose
0 commit comments