forked from persepolisdm/persepolis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (33 loc) · 821 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
language: python
dist: bionic
sudo: required
python:
- "3.6"
virtualenv:
system_site_packages: true
addons:
apt:
update: true
packages:
python3
aria2
sound-theme-freedesktop
libnotify-bin
libqt5svg5
python3-pyqt5.qtsvg
python3-setuptools
python3-pip
python3-pyqt5
pulseaudio
python3-psutil
ffmpeg
before_install:
- sudo pip3 install youtube-dl requests setproctitle
install: true
script:
- sudo python3 setup.py install
- persepolis --version
after_success:
- pip3 install transifex-client==0.12.5
- sudo echo $'[https://www.transifex.com]\napi_hostname = https://api.transifex.com\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_PASSWORD"$'\n' > ~/.transifexrc
- tx push -s