summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fa96b715..b10ec78a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
+os: linux
dist: xenial
-sudo: required
language: python
python:
@@ -17,7 +17,7 @@ git:
# Set greater depth to get version from tags.
depth: 1000
-matrix:
+jobs:
include:
- name: Unit tests
env: TOX_ENV=py3
@@ -58,7 +58,7 @@ addons:
# Install dependencies
install:
- - pip install tox tox-venv
+ - pip install tox
# GTKUI tests
- "if [ $TOX_ENV == 'gtkui' ]; then
sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0;