-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
45 lines (36 loc) · 891 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
notifications:
email:
recipients:
on_success: change # default: change
on_failure: always # default: always
language: python
dist: jammy
cache: pip
services:
- xvfb
python:
- "3.12"
install:
- sudo apt update
- sudo apt install libnotify-dev
- sudo apt install libgtk-3-dev
- sudo apt-get install -y libsdl2-dev
- GLOBAL=`python --version`
- echo $GLOBAL
- PY_VERSION=${GLOBAL#* }
- pyenv global ${PY_VERSION}
- pip install --upgrade pip
- pip install wheel
- pip install setuptools
- pip install html-testRunner~=1.2.1
- pip install six==1.16.0
- pip install attrdict3
- pip install wxPython
- pip install buildlackey~=1.6.3
- pip install codeallybasic==1.9.0
- pip install codeallyadvanced==1.3.3
- pip install pyutmodelv2==2.2.3
# command to run tests
script:
- unittests -v loud