From 8ccfd811bd02aeab1e0628febe872f9e83c25ffb Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 23 Dec 2014 12:39:33 -0800 Subject: [PATCH] travisci: experiment with travis improvements (new container build) --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f78cb1b..ffc54581 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,19 @@ python: - "2.6" - "2.7" +os: + - linux + - osx + +sudo: false + install: - "pip install 'argparse>=1.2.1' --allow-all-external" - pip install pyopenssl - python setup.py -q install - pip install coverage pytest-cov coveralls --use-mirrors -script: +script: python setup.py test after_success: