From b317c9cf7151ebaa851dcc1999c13bcf5b86dfae Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 4 Jul 2017 11:45:12 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c3d686..3c9cb0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,18 @@ +sudo: false +dist: trusty language: python python: - - 2.6 - - 2.7 - - 3.2 + - 3.6 + - 3.5 + - 3.4 - 3.3 + - 2.7 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors #install: pip install nose # command to run tests, e.g. python setup.py test script: nosetests + +addons: + apt: + packages: + - hicolor-icon-theme # A test tries to parse the theme file