Skip to content

Commit 5371484

Browse files
committed
Specify Python version in Travis-CI config file
1 parent 85dda55 commit 5371484

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
@@ -1,6 +1,8 @@
11
language: python
22
dist: bionic
33
compiler: gcc
4+
python:
5+
- "3.8"
46
services:
57
- xvfb
68
addons:
@@ -12,7 +14,7 @@ addons:
1214
- tk-dev
1315
install:
1416
- sudo apt install cmake build-essential
15-
- sudo -H python -m pip install nose scikit-build
17+
- python -m pip install nose scikit-build
1618
script:
1719
- python setup.py install
1820
- rm -rf ./gttk

0 commit comments

Comments
 (0)