From 2c23ae96322bb1aa5882064afd0cc28ff69d8312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Tue, 20 Oct 2015 10:22:19 +0200 Subject: [PATCH] use container-based Travis infrastructure --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c660b0..6d09563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: - "2.7" +sudo: false install: "pip install -r requirements.txt" script: nosetests