-
Notifications
You must be signed in to change notification settings - Fork 38
/
.travis.yml
37 lines (37 loc) · 945 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
dist: bionic
language: python
cache: pip
python:
- "3.8"
addons:
apt:
packages:
- python3-pip
- python3-dev
- debhelper
- devscripts
- debhelper
- devscripts
- p7zip-full
- libssl-dev
- dpkg-dev
- build-essential
- libjpeg-dev
- libtiff-dev
- libpng-dev
- libsdl2-dev
- libnotify-dev
- freeglut3
- ibus-gtk3
- xvfb
- libhunspell-dev
- libgstreamer1.0-0
- libwebkit2gtk-4.0
install:
- git submodule init
- git submodule update
- python -m pip install pipenv
- pipenv run pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 wxPython==4.1.1
- pipenv update --dev
script:
- xvfb-run pipenv run inv test -p src/outwiker/tests