We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dda55 commit 5371484Copy full SHA for 5371484
1 file changed
.travis.yml
@@ -1,6 +1,8 @@
1
language: python
2
dist: bionic
3
compiler: gcc
4
+python:
5
+ - "3.8"
6
services:
7
- xvfb
8
addons:
@@ -12,7 +14,7 @@ addons:
12
14
- tk-dev
13
15
install:
16
- sudo apt install cmake build-essential
- - sudo -H python -m pip install nose scikit-build
17
+ - python -m pip install nose scikit-build
18
script:
19
- python setup.py install
20
- rm -rf ./gttk
0 commit comments