-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
53 lines (44 loc) · 1.15 KB
/
.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
46
47
48
49
50
51
52
53
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 six==1.16.0
- pip install html-testRunner
- pip install attrdict3
- pip install wxPython
- pip install antlr4-python3-runtime==4.13.1
- pip install codeallybasic==1.7.0
- pip install codeallyadvanced==1.3.2
- pip install pyutmodelv2==2.2.0
- pip install ogl==3.1.0
- pip install untanglepyut==2.4.0
- pip install oglio==2.3.1
- pip install buildlackey~=1.7.0
- pip install orthogonal==1.3.1
- pip install pyumldiagrams==3.1.20
- pip install pyforcedirectedlayout>=0.80.5
- pip install pyorthogonalrouting==1.3.0
# command to run tests
script:
- unittests