From 4b375866b61858834e6faed0af0f694d2728f1c7 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 23 Dec 2015 21:09:54 +0800 Subject: [PATCH] Forcefully upgrade pytest on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b2ccf98..0d4ac0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: - "3.4" - "3.5" -install: pip install pytest-runner +install: pip install -U pytest pytest-runner script: python setup.py ptr env: global: