From adf10a03baed49f153717e2ab58b2b20e520392c Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Mon, 9 Nov 2015 00:38:52 +0100 Subject: [PATCH] Update travis config to use tox instead of pytest --- .travis.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 980294d5..4608b31c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,17 @@ -language: python -python: - - 3.5 - - 3.4 - - 2.7 -sudo: false -install: -- pip install -r requirements.txt +# Config file for automatic testing at travis-ci.org -script: - - py.test +sudo: false +language: python +python: 3.5 +env: + - TOX_ENV=py27 + - TOX_ENV=py34 + - TOX_ENV=py35 + +script: tox -e $TOX_ENV + +install: + - pip install tox notifications: email: