From d722aad590e82cf547f291e8641b4e5bfd712af5 Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Thu, 20 Nov 2014 22:36:52 +0200 Subject: change updatezinfo, and travis config chnaged updatezinfo to download a specific tag (e.g. 2014j), and checksum it. Also make travis create it's own python envs, and run updatezinfo. Without downloading the file it fails. --- .travis.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ef539fc..1c12758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,14 @@ language: python -python: "3.4" -env: - - TOX_ENV=py26 - - TOX_ENV=py27 - - TOX_ENV=py32 - - TOX_ENV=py33 - - TOX_ENV=py34 +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "pypy" + - "pypy3" install: - - pip install tox + - pip install six + - python updatezinfo.py script: - - tox -e $TOX_ENV + - python test.py -- cgit v1.2.3