File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
2
- # os: osx
2
+ os : osx
3
+
4
+ osx_image : xcode13.4
3
5
4
- # osx_image: xcode11.2
5
6
notifications :
6
7
email :
7
8
recipients :
8
9
9
10
on_success : change # default: change
10
11
on_failure : always # default: always
11
12
12
- dist : bionic
13
-
14
- language : python
15
-
16
13
cache : pip
17
14
18
- services :
19
- - xvfb
20
-
21
- python :
22
- - " 3.9.1"
23
15
24
16
before_install :
25
- - sudo apt install libgtk-3-dev
26
- - sudo apt-get install python-wxgtk3.0
27
- - sudo apt- get install -y libsdl2-dev
17
+ - brew list
18
+ - brew upgrade python
19
+ - curl https://bootstrap.pypa.io/ get-pip.py | python3
28
20
29
21
# command to install dependencies
30
22
install :
23
+ - python3 --version
31
24
- pip install html-testRunner==1.2.1
32
- - pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 wxPython==4.1.1
25
+ - pip install wxPython~=4.2.0
33
26
- pip install untangle==1.2.1
34
27
- pip install ogl==0.60.0
35
28
You can’t perform that action at this time.
0 commit comments