From af6499441661244e3b6025f10f1e3cc1da8bfdec Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 24 Dec 2015 13:03:53 +0530 Subject: [PATCH] In travis, update pytest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8efd208..529d759 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ python: # command to install dependencies install: - - "pip install -r requirements.txt" + - "pip install --upgrade -r requirements.txt" - "pip install -e ." # command to run tests