From 023ca414f471f7633cbaef9c840c49b3d5582463 Mon Sep 17 00:00:00 2001 From: Dan <22e889d8@opayq.com> Date: Tue, 11 Aug 2015 17:09:52 +0100 Subject: [PATCH] Updated travis-ci config. Added pip cache on travis-ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d0eabff..5c5b3954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python sudo: false +cache: pip python: - 2.6 - 2.7 @@ -7,7 +8,7 @@ python: install: - pip install -r requirements.txt - pip install coveralls -script: nosetests --with-coverage --cover-package=pssh +script: python setup.py nosetests --with-coverage --cover-package=pssh notifications: email: on_failure: change