From 6e542ccc4d594a28f77927142ae2354b49e98031 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Tue, 25 Nov 2014 18:10:48 +0100 Subject: [PATCH] Use the new build env on Travis more ram and cpu, improved network and boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index daabdf11..ca31b4c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python + python: 2.7 + env: - TOX_ENV=flake8 - TOX_ENV=pypy @@ -9,10 +11,15 @@ env: - TOX_ENV=py32 - TOX_ENV=py33 - TOX_ENV=py34 + +sudo: false + install: - pip install tox + script: - tox -e $TOX_ENV + notifications: email: on_success: never