Skip to content

Commit

Permalink
Revert "Removed travis.yml"
Browse files Browse the repository at this point in the history
This reverts commit e070113.
  • Loading branch information
muflone committed Aug 28, 2024
1 parent d1a51ae commit 6a4b127
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
os: linux
dist: jammy
language: python
python:
- "3.10"
virtualenv:
system_site_packages: true
addons:
apt:
packages:
# Dependencies for installation
- gettext # msgfmt
# Dependencies for execution
- python3-gi # GObject
- libgirepository1.0-dev # GObject
- gir1.2-gtk-3.0 # gi.repository.Gtk
install:
- pip install -r requirements_ci.txt
services:
- xvfb
script:
- python -m compileall .
- python -m flake8 .
- python setup.py install --optimize=1 --root=build
- ls -laR build

0 comments on commit 6a4b127

Please sign in to comment.