Skip to content

Commit

Permalink
Set bionic, adjust python versions, use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Apr 28, 2020
1 parent b9e9875 commit f97cb5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
dist: bionic

language: python

python:
- 3.5
- 3.6
- 3.7
- 3.8

# install dependencies
before_install:
- python --version
- apt-get install python3-gi libappindicator3-dev gnome-icon-theme
- sudo apt-get install python3-gi libappindicator3-dev gnome-icon-theme

script:
- python3 -m py_compile *.py

0 comments on commit f97cb5f

Please sign in to comment.