From 65b401538ebb922e230c1c59169100c4d86cfc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 18 Sep 2016 17:39:27 +0300 Subject: [PATCH] Move to container based Travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e066e4..23c130e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: required +sudo: false language: python dist: trusty python: @@ -7,9 +7,9 @@ after_success: - codecov virtualenv: system_site_packages: true -before_install: - - sudo apt-get install -qq python-configparser python-setuptools - - pip install codecov pytest-cov +#before_install: +# - apt-get install -qq python-configparser python-setuptools +# - pip install codecov pytest-cov install: - pip install -r requirements.txt - pip install --editable .