From eaaa169151b6dc42ed51be3a97d2364f982dafae Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sat, 17 Oct 2015 14:08:13 +0200 Subject: [PATCH] Migrate TravisCI from legacy to container-based infrastructure Closes #18 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5471dc081..75749107a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: python python: - "2.7" +sudo: false + before_install: - pip install MYSQL-python SQLAlchemy - pip install Jinja2