From 0040d699c64a32e25ef178acf8de1f3183a31583 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 11 Jul 2014 14:36:01 -0400 Subject: Update travis configuration to use tox --- .travis.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1949963..b231896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,15 @@ language: python -python: - - "2.6" - - "2.7" - - "3.2" - - "3.3" - - "3.4" - - "pypy" + +env: + - TOXENV=py26 + - TOXENV=py27 + - TOXENV=py32 + - TOXENV=py33 + - TOXENV=py34 + - TOXENV=pypi install: - - "pip install --editable ." + - pip install tox script: - - "make test" + - tox -- cgit v1.2.3