Skip to content

Commit b9d849b

Browse files
author
Humberto Sanchez II
committed
<CI>[]: <Update Travis 💚>
[Use OS X environment] [#22]
1 parent 7a0093e commit b9d849b

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

‎.travis.yml‎

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,28 @@
11

2-
# os: osx
2+
os: osx
3+
4+
osx_image: xcode13.4
35

4-
# osx_image: xcode11.2
56
notifications:
67
email:
78
recipients:
89
910
on_success: change # default: change
1011
on_failure: always # default: always
1112

12-
dist: bionic
13-
14-
language: python
15-
1613
cache: pip
1714

18-
services:
19-
- xvfb
20-
21-
python:
22-
- "3.9.1"
2315

2416
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
2820

2921
# command to install dependencies
3022
install:
23+
- python3 --version
3124
- 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
3326
- pip install untangle==1.2.1
3427
- pip install ogl==0.60.0
3528

0 commit comments

Comments
 (0)